- C++ API interface for porting any EVM implementaion to EOSIO platform nice and easy.
- Base on evmone, a fast EVM implementation
- Native compilation supported(2.5x faster than wasm code running in eos-vm-jit mode)
- 37% RAM saving via intrinsic db api (288 bytes per kv storage vs 456 bytes per kv storage)
- Ethereum RPC Interface API supported, allow Dapp on Ethereum platform migrate to EOSIO platform with little changes.
Please refer https://github.com/eosio/eos for an installation instruction.
wget https://github.com/eosio/eosio.cdt/releases/download/v1.7.0/eosio.cdt_1.7.0-1-ubuntu-18.04_amd64.deb
sudo apt install ./eosio.cdt_1.7.0-1-ubuntu-18.04_amd64.deb
brew tap eosio/eosio.cdt
brew install eosio.cdt
git clone --branch evm4eosio https://github.com/learnforpractice/evmone4eosio --recursive
cd evmone4eosio
mkdir build
cd build
cmake ..
make -j$(nproc)
Download source code https://github.com/learnforpractice/evmone4eosio/releases extract the source code to a directory such as evmone4eosio
cd evmone4eosio
mkdir build
cd build
cmake ..
make -j$(nproc)
That will generate a wasm file locate at lib/evmone/contracts/ethereum_vm.wasm
Please refer to evm4eosiotest
Please refer to implementaion-detail
[![license badge]][Apache License, Version 2.0]
Licensed under the [Apache License, Version 2.0].