Solana with Native Rust
Simple Solana counter Program. Developed with native Rust.
Project
Counter Program.
Send a transaction by incrementing or decrementing an integer in the program.
How to start
-
Start local validator
solana-test-validator
-
Build and deploy the Program
anchor build && anchor deploy
-
Add wallet
export ANCHOR_WALLET=~/.config/solana/id.json
-
Interact with transactions
Read other posts?