This application aims to be a local option to improve the development environment
for applications built for the Cartesi Coprocessor
for applications built for the Cartesi Coprocessor
- Build and generate excutable from source:
go build -o mugen ./cmd
Warning
Replace the argument of the flag --coprocessor-caller-address
with the address of the previously deployed CoprocessorCallerMock.sol
.
- Run application:
./mugen --coprocessor-caller-address <contract-address>