Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit c40f655

Browse files
Confidential transfer overview doc (#3393)
* doc: add confidential extension doc structure * doc: add encryption and zkp description in confidential extension doc * doc: add usability and crypto features
1 parent c21b4ae commit c40f655

File tree

6 files changed

+495
-2
lines changed

6 files changed

+495
-2
lines changed

docs/sidebars.js

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ module.exports = {
2020
"name-service",
2121
"shared-memory",
2222
{
23-
type: 'category',
24-
label: 'Stake Pool',
23+
type: "category",
24+
label: "Stake Pool",
2525
collapsed: true,
2626
items: [
2727
"stake-pool",
@@ -31,5 +31,24 @@ module.exports = {
3131
],
3232
},
3333
"feature-proposal",
34+
{
35+
type: "category",
36+
label: "Confidential Token Extension",
37+
collapsed: true,
38+
items: [
39+
"confidential-token",
40+
"confidential-token/quickstart",
41+
{
42+
type: "category",
43+
label: "Protocol Deep Dive",
44+
collapsed: true,
45+
items: [
46+
"confidential-token/deep-dive/overview",
47+
"confidential-token/deep-dive/encryption",
48+
"confidential-token/deep-dive/zkps",
49+
],
50+
},
51+
],
52+
},
3453
],
3554
};

docs/src/confidential-token.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Introduction
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Encryption
3+
---

0 commit comments

Comments
 (0)