Get the source code from GitHub
Building
1. Install rustc, cargo and rustfmt.
ci/rust-version.sh and if necessary, install that version by running:
2. Download the source code.
3. Build.
Testing
Run the test suite:Starting a local testnet
Start your own testnet locally, instructions are in the online docs.Accessing the remote development cluster
devnet- stable public cluster for development accessible via devnet.solana.com. Runs 24/7. Learn more about the public clusters
Benchmarking
First, install the nightly build of rustc.cargo bench requires the use of the
unstable features only available in the nightly build.
