Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

cpucorecore/evm_server_cpp

Open more actions menu

Repository files navigation

evm server

  • based on evmc and evmone
  • add http server to handle evm request

todos

  • persistent store
  • state query
  • state root hash
  • more parameters for evm call, like max_gas, evm_version...

compile

test on mac(m1) osx and ubuntu 20.04LTS

mac

mkdir build
cd build
cmake ..
make

ubuntu 20.04

must install gcc-10,g++-10

sudo apt install gcc-10 g++-10

after install follow the compile step by mac

run

./evm_server_cpp 127.0.0.1 9001

test

open the link "localhost:9001" in your browser to get help

or:

cd test
bash create_contract.sh 
bash call_contract.sh 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.