A high-level framework for Cartesi Rollups in Go.
EggRoll is built on top of the Cartesi Rollups infrastructure version 1.0. To use EggRoll, you also need sunodo version 0.9.
Check the documentation site for more info.
The commands below are for EggRoll developers. EggRoll users should check the documentation site above.
go build ./...
go test ./...
EGGTEST_RUN_INTEGRATION=true EGGTEST_VERBOSE=true go test -p 1 -v ./examples/...
doctave serve