Contract repo structure:
├── contract
│ ├── SomeContract.sol
├── migration
│ ├── index.js
├── wallet
│ ├── keys.js
├── mirror-config.js
$ sudo npm install -g mirror-besu
git clone https://github.com/arbchain/contracts
Update the migration/index.js
with the contracts to be deployed.
# Compile
mirror compile
# Deploy to Besu
mirror deploy