program-examples
program-examples copied to clipboard
A repository of Solana program examples
* Add solana program poseidon * Add basic test * Add bankrun test
I didn't get these two points. 1. what should be used to write tests for programs written in Solana native, and steel? 2. what should be used to write tests...
* Add transfer sol program * Add basic test * Add bankrun test
* Add hello-solana program * Add poseidon program * Add bankrun test and basic test
* Add counter program * Add basic test * Add bankrun test
This Pull Request covers : - Poseidon Implementation for Counter Program - Complete test coverage with `bankrun` and `chai`