ABCI-client implementation for dYmenion's autonomous RollApp forked from celestiaorg/optimint.
To learn more about dYmension's autonomous RollApps and dymint read the docs
Requires Go version >= 1.18. If you need to install Go on your system, head to the Go download and install page.
To build:
git clone https://github.com/dymensionxyz/dymint.git
cd dymint
go build -v ./...
To test:
go test ./...
To regenerate protobuf types:
./proto/gen.sh