Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.28 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.28 KB


This application aims to be a local option to improve the development environment
for applications built for the Cartesi Coprocessor

license last-commit

Table of Contents

Getting Started

Prerequisites

  1. Download and Install the latest version of Golang.

Running

  1. 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.

  1. Run application:
./mugen --coprocessor-caller-address <contract-address>