livnev / hevm-rpc-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hevm-rpc-demo

Run dapp update, and then try dapp test to run without RPC support. For RPC state fetching, try:

$ export $ETH_RPC_URL=http://localhost:8545
$ DAPP_TEST_NUMBER=$(seth block latest number) hevm dapp-test --rpc $ETH_RPC_URL --json-file out/dapp.sol.json

About


Languages

Language:Solidity 83.1%Language:Makefile 16.9%