https://github.com/maltsev-dev/send_data
simple on-chain program
https://github.com/maltsev-dev/send_data
anchor-lang rust-lang solana-program
Last synced: 9 months ago
JSON representation
simple on-chain program
- Host: GitHub
- URL: https://github.com/maltsev-dev/send_data
- Owner: maltsev-dev
- Created: 2025-04-09T07:53:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-09T08:04:25.000Z (about 1 year ago)
- Last Synced: 2025-04-10T12:06:04.056Z (about 1 year ago)
- Topics: anchor-lang, rust-lang, solana-program
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Solana Developer Bootcamp 2024
#### Project №1
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