Releases: ETCDEVTeam/sputnikvm-dev
Releases · ETCDEVTeam/sputnikvm-dev
v0.2.0
- Fixed various bugs when using Truffle.
- Support of Debug RPCs.
Use cargo install sputnikvm-dev
or builds.etcdevteam.com for installation.
Published crates:
sputnikvm-dev = "^0.2.0"
v0.1.3
- Fix a bug where
eth_getBlockByNumber
returns invalid requests. - Internal refactorings.
Use cargo install sputnikvm-dev
or builds.etcdevteam.com for installation.
Published crates:
sputnikvm-dev = "^0.1.3"
v0.1.2
v0.1.1
v0.1.0: Pre-prealpha
The initial release of the SputnikVM Development Environment. See README file for complete usage instruction. We currently support Linux and MacOS, Windows support is work-in-progress.
Simple usage:
svmdev --listen 127.0.0.1:8545
You will then be able to use localhost 8545 port as a normal Ethereum RPC endpoint, execute transactions or call contracts. The complete list of supported RPCs can be found at the README.