Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 635 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 635 Bytes

dymint

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

Building From Source

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