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/
- Host: GitHub
- URL: https://github.com/paul-schaaf/solana-escrow
- Owner: paul-schaaf
- Archived: true
- Created: 2021-01-14T17:50:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T17:19:10.000Z (almost 4 years ago)
- Last Synced: 2024-09-28T09:42:51.470Z (over 1 year ago)
- Topics: rust, solana
- Language: TypeScript
- Homepage:
- Size: 120 KB
- Stars: 301
- Watchers: 4
- Forks: 162
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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)