How to run OVM on Hyperledger and connect from ethersjs
Purpose
Smoke testing of EVMCC with OVM
Procedure
docker pull hyperledger/fabric-peer-evm
docker run hyperledger/fabric-peer-evm:latest
Wakkanay series are a bit before of integration.
truffle-config.js
truffle migrate
Added the endpoint: 172.17.0.2:7051 but not RPC connected
docker exec -it <docker container process name> /bin/bash to investigate RPC URL
git clone
lerna bootstrap
yarn build
truffle migrate
127.0.0.1:5000
Not sure docker container has evmcc and fab3...
This container is not fully prepared and hence I'd better run peer on local
See also