sputnikvm
A Blockchain Virtual Machine
File Explorer
Download Latest Version (.zip)- before_deploy.sh
- main.rs
- profiler.rs
- Cargo.toml
- lib.rs
- record.rs
- Cargo.toml
- performance.rs
- attr.rs
- lib.rs
- tests.rs
- util.rs
- .gitignore
- Cargo.toml
- invalidAddress.json
- invalidBalance.json
- invalidCode.json
- invalidGas.json
- invalidLogs.json
- invalidNonce.json
- invalidOutValue.json
- invalidStorage.json
- invalidStorageAddress.json
- vmInputLimits.json
- vmInputLimitsLight.json
- eth
- blockchain.rs
- lib.rs
- util.rs
- eiptests.rs
- harness.rs
- inputlimits.rs
- vmtests.rs
- Cargo.toml
- lib.rs
- Cargo.toml
- lib.rs
- Cargo.toml
- lib.rs
- Cargo.toml
- lib.rs
- Cargo.toml
- lib.rs
- Cargo.toml
- lib.rs
- Cargo.toml
- lib.rs
- Cargo.toml
- lib.rs
- Cargo.toml
- eip150_numbers.json
- eip150_records.json
- frontier_numbers.json
- frontier_records.json
- homestead_numbers.json
- homestead_records.json
- main.rs
- Cargo.toml
- account.rs
- blockhash.rs
- mod.rs
- arithmetic.rs
- bitwise.rs
- environment.rs
- flow.rs
- mod.rs
- system.rs
- check.rs
- cost.rs
- lifecycle.rs
- mod.rs
- util.rs
- mod.rs
- precompiled.rs
- mod.rs
- opcode.rs
- errors.rs
- lib.rs
- memory.rs
- params.rs
- pc.rs
- stack.rs
- transaction.rs
- parallel.rs
- genesis.json
- morden.json
- lib.rs
- genesis.rs
- Cargo.toml
- .editorconfig
- .gitignore
- .gitmodules
- .travis.yml
- AUTHORS
- Cargo.toml
- GUIDE.md
- LICENSE
- nightly.nix
- README.md
- shell.nix
# Installation Guide
1. Get the code
git clone https://github.com/ETCDEVTeam/sputnikvm
Downloads the entire project code from GitHub to your computer.
cd sputnikvm
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
$ cargo build --release --all
Compiles the Rust project.
If cargo build finishes without errors, it worked. The executable is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
