Development environment based on SputnikVM and etcommon.
You can either download svmdev
from the release page, or build it by yourself by installing Rust, and run cargo run
. We currently support Linux and MacOS, and Windows.
``` USAGE: svmdev [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-a, --accounts
After started, svmdev
will print out the address and private key with balance for testing. It will then generate new blocks every ten seconds, and include all pending transactions that yet to be confirmed. You can then use the RPC endpoints below to test your blockchain application.
Below is a list of all the supported RPC endpoints by sputnikvm-dev
.