Recipes
| TypeScript Client | Rust Client | Program Guide | ||
|---|---|---|---|---|
| Create Mint | Create light-mints with token metadata | x | x | x |
| Create ATA | Create associated light-token accounts | x | x | x |
| Create Token Account | Create light-token accounts | x | x | |
| Mint To | Mint tokens to light-token accounts | x | x | x |
| Close Token Account | Close and reclaim rent | x | x | |
| Transfer | Transfer between light-token and SPL accounts | x | x | x |
| Wrap & Unwrap | Convert between SPL/T22 and light-token | x |
Setup
Dependencies
Dependencies
- npm
- yarn
- pnpm
Developer Environment
Developer Environment
- Localnet
- Devnet
By default, all guides use Localnet.
- npm
- yarn
- pnpm

