Skip to content

Commit d978204

Browse files
update readme.md (#11)
1 parent 7160840 commit d978204

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,28 @@ Examples for building with ZK compression by Light Protocol.
66

77
### Counter Program
88

9-
The counter program implements a compressed account lifecycle (create, increment, decrement, reset, close):
9+
full compressed account lifecycle (create, increment, decrement, reset, close):
1010

1111
- **[counter/anchor](./counter/anchor/)** - Anchor program with Rust and TypeScript tests
1212
- **[counter/native](./counter/native/)** - Native Solana program with light-sdk and Rust tests.
1313
- **[counter/pinocchio](./counter/pinocchio/)** - Pinocchio program with light-sdk-pinocchio and Rust tests.
1414

15-
### Create and Update Program
15+
16+
### Create-and-update Program
1617

1718
- **[create-and-update](./create-and-update/)** - Create a new compressed account and update an existing compressed account with a single validity proof in one instruction.
1819

19-
### Solana vs compressed accounts comparison Program
20+
### Create-and-read Program
21+
22+
- **[read-only](./read-only)** - Create a new compressed account and read it onchain.
23+
24+
25+
### Compare uncompressed vs compressed accounts Program
2026

2127
- **[account-comparison](./account-comparison/)** - Compare compressed vs regular Solana accounts.
2228

23-
## Light Protocol Libraries Used
29+
30+
## Light Protocol dependencies
2431

2532
### Rust Crates
2633

0 commit comments

Comments
 (0)