Skip to content

Lightprotocol/examples-light-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Light Token Examples

Light token is a high-performance token standard that reduces the cost of mint and token accounts by 200x.

  • All light mint and token accounts are on-chain accounts like SPL, but the light token program sponsors the rent-exemption cost for you.
  • Light-token accounts can hold balances from any light, SPL, or Token-2022 mint.
  • Light-mint accounts represent a unique mint and optionally can store token-metadata. Functionally equivalent to SPL mints.

Toolkits

TypeScript Client

Rust Client

Run

# TypeScript
cd typescript-client
npm run create-mint:action
npm run mint-to:action
# See package.json for all scripts

# Rust
cd rust-client
cargo run --example action_create_mint
cargo run --example instruction_mint_to_checked

Documentation

Learn more about Light-Token here.

About

For DeFi and Payments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •