- persistent store
- state query
- state root hash
- more parameters for evm call, like max_gas, evm_version...
test on mac(m1) osx and ubuntu 20.04LTS
mkdir build
cd build
cmake ..
make
must install gcc-10,g++-10
sudo apt install gcc-10 g++-10
after install follow the compile step by mac
./evm_server_cpp 127.0.0.1 9001
open the link "localhost:9001" in your browser to get help
or:
cd test
bash create_contract.sh
bash call_contract.sh