Solana Favorites
Solana Program with chain interaction.
Project
Send data to chain, change with key.
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
-
Run Rust tests
cargo test
-
Find transactions at http://localhost:8899
Read other posts?