Skip to content

Commit 150faee

Browse files
author
tilo-14
committed
finalize
1 parent 3cadfef commit 150faee

5 files changed

Lines changed: 24 additions & 21 deletions

File tree

docs.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@
8888
]
8989
}
9090
]
91-
},
92-
"learn/light-token-standard"
91+
}
9392
]
9493
},
9594
{
@@ -194,7 +193,7 @@
194193
]
195194
},
196195
{
197-
"anchor": "References",
196+
"anchor": "Developer Tools & Learn",
198197
"icon": "code",
199198
"groups": [
200199
{
@@ -217,12 +216,14 @@
217216
"resources/addresses-and-urls",
218217
"references/migration-v1-to-v2",
219218
"api-reference/sdk",
220-
"resources/cli-installation"
219+
"resources/cli-installation",
220+
"references/node-operators"
221221
]
222222
},
223223
{
224224
"group": "Learn",
225225
"pages": [
226+
"learn/light-token-standard",
226227
{
227228
"group": "Core Concepts (ZK Compression)",
228229
"pages": [
@@ -233,7 +234,6 @@
233234
"learn/core-concepts/considerations"
234235
]
235236
},
236-
"references/node-operators",
237237
"references/security",
238238
"references/terminology",
239239
"references/whitepaper"

home.mdx

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ High-performance token standard for rent-free DeFi and Payments.
3434
<Card title="Overview" icon="book" href="/light-token/welcome">
3535
Introduction to the Light Token program.
3636
</Card>
37-
<Card
38-
title="Mint tokens in under 3 minutes."
39-
icon="bolt"
40-
color="#0066ff"
41-
href="/light-token/quickstart"
42-
horizontal
43-
/>
4437

4538
### DeFi
4639

@@ -53,7 +46,7 @@ High-performance token standard for rent-free DeFi and Payments.
5346
</Card>
5447
</CardGroup>
5548

56-
### Toolkits
49+
### Token Toolkits
5750

5851
<CardGroup cols={3}>
5952
<Card title="Stablecoin Payments" icon="credit-card" href="/light-token/toolkits/for-payments">
@@ -92,13 +85,13 @@ High-performance token standard for rent-free DeFi and Payments.
9285

9386
## Compressed PDAs
9487

95-
PDA accounts to store app and user state without rent-exemption.
88+
To store app and user state without rent-exemption.
9689

9790
<Card title="Overview" icon="book" href="/compressed-pdas/overview">
9891
Introduction to compressed PDAs.
9992
</Card>
10093

101-
### Toolkits
94+
### PDA Toolkits
10295

10396
<CardGroup cols={3}>
10497
<Card title="Nullifiers" icon="code-commit" href="/compressed-pdas/guides/how-to-create-nullifier-pdas">

light-token/faq.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,17 @@ Coming soon:
134134

135135
DM us [@lightprotocol on X (Twitter)](http://x.com/lightprotocol) or [Discord](https://discord.com/invite/rpddh53TeG).
136136

137+
<Card
138+
title="Learn Core Concepts"
139+
icon="graduation-cap"
140+
href="/learn/light-token-standard"
141+
>
142+
</Card>
143+
137144
### Get Started
138145

139146
<CardGroup cols={2}>
140-
<Card
147+
<Card
141148
title="Toolkits"
142149
icon="toolbox"
143150
href="/light-token/toolkits"

light-token/welcome.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,13 @@ import SdkReference from "/snippets/overview-tables/sdk-reference.mdx";
6666
<Step>
6767

6868
### Get Started
69-
69+
<Card
70+
title="Mint tokens in under 3 minutes."
71+
icon="bolt"
72+
color="#0066ff"
73+
href="/light-token/quickstart"
74+
horizontal
75+
/>
7076
</Step>
7177
</Steps>
7278

references/overview.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Light token is a high-performance token standard that is functionally equivalent
4848
## What is ZK Compression?
4949

5050
ZK Compression is a Solana account primitive that lets you create tokens and PDAs without rent-exemption with L1 performance and security.
51+
The Light Token Program uses ZK Compression under the hood.
5152

5253
Storage cost of Solana accounts are reduced by combining generalized state compression and <Tooltip tip="A cryptographic proof to verify the validity of a statement without revealing the underlying data. ZK Compression uses a Groth16 SNARK zk proof with a constant 128 bytes size">zero-knowledge proofs</Tooltip>.
53-
The Light Token Program uses ZK Compression under the hood.
5454

5555
<Steps>
5656
<Step title="State Compression">
@@ -77,7 +77,4 @@ The Light Token Program uses ZK Compression under the hood.
7777
<Card title="Security" icon="shield-check" href="/references/security">
7878
Audits, bug bounty, and formal verification.
7979
</Card>
80-
<Card title="Node Operators" icon="server" href="/references/node-operators">
81-
Learn how to run ZK Compression infrastructure, such as Forester nodes, Photon indexers and Prover nodes.
82-
</Card>
8380
</CardGroup>

0 commit comments

Comments
 (0)