program-examples icon indicating copy to clipboard operation
program-examples copied to clipboard

A repository of Solana program examples

Results 143 program-examples issues
Sort by recently updated
recently updated
newest added

* 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`