https://github.com/jochasinga/solana-testbed
https://github.com/jochasinga/solana-testbed
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jochasinga/solana-testbed
- Owner: jochasinga
- Created: 2021-12-02T18:32:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T18:32:29.000Z (over 4 years ago)
- Last Synced: 2024-10-18T15:18:46.410Z (over 1 year ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Environment Setup
1. Install Rust from https://rustup.rs/
2. Install Solana from https://docs.solana.com/cli/install-solana-cli-tools#use-solanas-install-tool
### Build and test for program compiled natively
```
$ cargo build
$ cargo test
```
### Build and test the program compiled for BPF
```
$ cargo build-bpf
$ cargo test-bpf
```