Crates.io | evm |
lib.rs | evm |
version | 0.41.1 |
source | src |
created_at | 2017-09-09 01:10:12.006395 |
updated_at | 2023-12-17 21:12:19.579643 |
description | SputnikVM - a Portable Blockchain Virtual Machine |
homepage | |
repository | https://github.com/sorpaas/rust-evm |
max_upload_size | |
id | 31108 |
size | 96,594 |
Ensure you have at least rustc 1.51.0 (2fd73fabe 2021-03-23)
. Rust 1.50.0 and
before are not supported.
SputnikVM is written in Rust. If you are not familiar with Rust, please see the starting documentation.
To start working with SputnikVM you'll need to install rustup, then you can do:
$ git clone git@github.com:rust-blockchain/evm.git
$ cd evm
$ cargo build --release --all
Apache 2.0