An open API service indexing awesome lists of open source software.

https://github.com/levicook/silver-chainsaw

Solana mini projects and experiments (personal learning and exploring)
https://github.com/levicook/silver-chainsaw

Last synced: about 1 month ago
JSON representation

Solana mini projects and experiments (personal learning and exploring)

Awesome Lists containing this project

README

          

# silver-chainsaw

Solana mini projects and experiments (personal learning and exploring)

## Projects (some are just ideas at the moment)
## 001-counter (done)

Demonstrates a global counter (each user shares a counter / global state)
- state lives in program account

### 002-governance

Explores usage of the [solana-program-library governance program](https://github.com/solana-labs/solana-program-library/tree/master/governance).