Install test-rpc to run local evm instance Install truffle for migration and tooling
npm install -g test-rpc truffle
Start test rpc in a new console
testrpc
- todo: implement server to:
- compile contract, expose ABI, expose binary code (solc)
- publish contract code(bin data), get address of publication, expose address || get testrpc instance (testrpc)
frontend needs to