A pure implement of the EVM interpreter for 3rd chain project
WARN: Still WIP
A simple simulation of the EVM environment
go install github.com/c0mm4nd/slashvm/cmd/slash
slash --abi Contract.abi --bin Contract.bin
In your golang package
import github.com/c0mm4nd/slashvm