This repository intends to be a WIP to build basic, optimized and based solana programs to write, research and test them. It has been built as a workspace to simplify the process of running, testing and don't repeat my self.
Clone and install with cargo
cargo build-sbf
cargo test-sbf
If you want to do it individual builds, try with -- -p $$program$$
- Hello Basic
Just the most basic program to build and test without errors. Easy to copy and modify
Feel free to drop comments, issues, fork or open PR. Any input and support it will be very helpful.
Check the license file