File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212For simple client side distribution visit [ this example] ( https://github.com/Lightprotocol/example-token-distribution ) .
1313
1414### Basic Operations
15- - ** [ create-nullifier] ( ./basic-operations/anchor/create-nullifier ) ** - Basic Anchor example to create nullifiers.
16- - ** [ basic-operations/anchor] ( ./basic-operations/anchor/ ) ** - Anchor program with Rust and TypeScript tests
17- - ** [ basic-operations/native-rust] ( ./basic-operations/native-rust/ ) ** - Native Solana program with light-sdk and Rust tests.
18-
19- Basic Operations include:
20- - ** create** - Initialize a new compressed account.
21- - ** update** - Modify data in an existing compressed account.
22- - ** close** - Clear account data and preserve its address.
23- - ** reinit** - Reinitialize a closed account with the same address.
24- - ** burn** - Permanently delete a compressed account.
15+
16+ - ** [ create-nullifier] ( ./basic-operations/anchor/create-nullifier ) ** - Basic Anchor example to create nullifiers for payments.
17+ - ** create** - Initialize a new compressed account
18+ - [ Anchor] ( ./basic-operations/anchor/create ) | [ Native] ( ./basic-operations/native/programs/create )
19+ - ** update** - Modify data in an existing compressed account
20+ - [ Anchor] ( ./basic-operations/anchor/update ) | [ Native] ( ./basic-operations/native/programs/update )
21+ - ** close** - Clear account data and preserve its address
22+ - [ Anchor] ( ./basic-operations/anchor/close ) | [ Native] ( ./basic-operations/native/programs/close )
23+ - ** reinit** - Reinitialize a closed account with the same address
24+ - [ Anchor] ( ./basic-operations/anchor/reinit ) | [ Native] ( ./basic-operations/native/programs/reinit )
25+ - ** burn** - Permanently delete a compressed account
26+ - [ Anchor] ( ./basic-operations/anchor/burn ) | [ Native] ( ./basic-operations/native/programs/burn )
2527
2628### Counter Program
2729
You can’t perform that action at this time.
0 commit comments