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

https://github.com/jimlynchcodes/solana-global-state-example


https://github.com/jimlynchcodes/solana-global-state-example

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# solana-global-state-example

A nice little example of global and personal state in Solana programs.

_And we even got unit tests!_ 🤯

Run the tests in the `example-project` directory:
```
anchor test
```