Solana Program with chain interaction.


📚 Send Data Project

Project

Send data to chain, change with key.

How to start

  1. Start local validator
    solana-test-validator

  2. Build and deploy the Program
    anchor build && anchor deploy

  3. Add wallet
    export ANCHOR_WALLET=~/.config/solana/id.json

  4. Run Rust tests
    cargo test

  5. Find transactions at http://localhost:8899