templexxx / mini-starcoinvm

a standalone starcoin vm used in layer2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mini-starcoinvm

a standalone starcoin vm used in layer2

Get Started

By default, data will be pulled from the remote, and written to the files

cargo build --release

Then, you can validate the data in file mode

cargo build --release --no-default-features --features from_file

you can get more details by typing -h:

cargo run -- -h

You can make cross-compile to mips like this:

cross build --release -v --no-default-features --features from_file

And find the bin at:

target\mips-unknown-linux-musl\release

About

a standalone starcoin vm used in layer2

License:Apache License 2.0


Languages

Language:Rust 100.0%