You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/solana-to-light-comparison.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ let client = RpcClient::new(rpc_url.to_string());
97
97
98
98
<Info>
99
99
The Light Token SDK calls RPC methods internally via interface functions like `transferInterface` and `getAtaInterface`. Call them directly for custom indexing, block explorers, or debugging.
100
-
See [API reference](/api-reference/json-rpc-methods/overview).
100
+
See [JSON RPC Methods](/api-reference/json-rpc-methods/overview).
| For Solana program development with tokens and PDAs, Light is 200x cheaper than SPL/ Solana and has minimal code differences |[light-sdk](skills/light-sdk/)|
@@ -112,7 +108,6 @@ This skill does not pull, store, or transmit external secrets. It provides code
112
108
| For testing with Light Protocol programs and clients on localnet, devnet, and mainnet validation |[testing](skills/testing/)|
113
109
| For questions about compressed accounts, Light SDK, Solana development, Claude Code features, or agent skills |[ask-mcp](skills/ask-mcp/)|
| Build rent-free Solana programs with Light SDK (Anchor or Pinocchio). Includes router integration. |[light-sdk](https://github.com/Lightprotocol/skills/tree/main/skills/light-sdk)|
@@ -125,8 +120,6 @@ This skill does not pull, store, or transmit external secrets. It provides code
125
120
| For per-user state, DePIN nodes, and infrequently accessed app state with compressed PDAs |[solana-compression](https://github.com/Lightprotocol/skills/tree/main/skills/solana-compression)|
126
121
| Help with Debugging and Questions via DeepWiki MCP |[ask-mcp](https://github.com/Lightprotocol/skills/tree/main/skills/ask-mcp)|
@@ -204,6 +197,15 @@ Use rent-free PDAs for: user state, app state, nullifiers for payments, DePIN no
204
197
205
198
## Examples
206
199
200
+
### Toolkits
201
+
202
+
|| Description |
203
+
|---------|-------------|
204
+
|[Payments and Wallets](https://github.com/Lightprotocol/examples-light-token/tree/main/toolkits/payments-and-wallets)| All you need for wallet integrations and payment flows. Minimal API differences to SPL. |
205
+
|[Streaming Tokens](https://github.com/Lightprotocol/examples-light-token/tree/main/toolkits/streaming-tokens/)| Stream mint events using Laserstream |
206
+
|[Sign with Privy](https://github.com/Lightprotocol/examples-light-token/tree/main/toolkits/sign-with-privy/)| Light-token operations signed with Privy wallets (Node.js + React) |
207
+
|[Sponsor Rent Top-Ups](https://github.com/Lightprotocol/examples-light-token/tree/main/toolkits/sponsor-rent-top-ups/)| Sponsor rent top-ups for users by setting your application as the fee payer |
|[cp-swap-reference](https://github.com/Lightprotocol/cp-swap-reference)| Fork of Raydium AMM that creates markets without paying rent-exemption |
246
-
|[create-and-transfer](https://github.com/Lightprotocol/examples-light-token/tree/main/programs/anchor/create-and-transfer)| Create account via macro and transfer via CPI |
|[spl-to-light](https://github.com/Lightprotocol/examples-light-token/blob/main/rust-client/instructions/spl_to_light_transfer.rs)| Transfer SPL tokens to Light Token |
245
+
246
+
|| Description |
247
+
|---------|-------------|
248
+
|[escrow](https://github.com/Lightprotocol/examples-light-token/tree/main/programs/anchor/escrow)| Peer-to-peer light-token swap with offer/accept flow |
249
+
|[fundraiser](https://github.com/Lightprotocol/examples-light-token/tree/main/programs/anchor/fundraiser)| Token fundraiser with target, deadline, and refunds |
250
+
|[light-token-minter](https://github.com/Lightprotocol/examples-light-token/tree/main/programs/anchor/light-token-minter)| Create light-mints with metadata, mint tokens |
251
+
|[token-swap](https://github.com/Lightprotocol/examples-light-token/tree/main/programs/anchor/token-swap)| AMM with liquidity pools and swaps (Anchor) |
252
+
|[cp-swap-reference](https://github.com/Lightprotocol/cp-swap-reference)| Fork of Raydium AMM that creates markets without paying rent-exemption |
253
+
|[pinocchio-swap](https://github.com/Lightprotocol/examples-light-token/tree/main/pinocchio/swap)| AMM with liquidity pools and swaps (Pinocchio) |
254
+
|[create-and-transfer](https://github.com/Lightprotocol/examples-light-token/tree/main/programs/anchor/create-and-transfer)| Create account via macro and transfer via CPI |
0 commit comments