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

https://github.com/paul-schaaf/solana-escrow

Reference Implementation for the guide https://paulx.dev/blog/2021/01/14/programming-on-solana-an-introduction/
https://github.com/paul-schaaf/solana-escrow

rust solana

Last synced: 8 months ago
JSON representation

Reference Implementation for the guide https://paulx.dev/blog/2021/01/14/programming-on-solana-an-introduction/

Awesome Lists containing this project

README

          

# paulx solana escrow contract & clients

Reference implementation for the guide https://paulx.dev/blog/2021/01/14/programming-on-solana-an-introduction/

The contract is in [program](program) and the tests are in [scripts/src](scripts/src)