Skip to content

ABCI client for dYmension forked from Optimint

License

Notifications You must be signed in to change notification settings

alipostaci2001/dymint

 
 

Repository files navigation

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

About

ABCI client for dYmension forked from Optimint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.6%
  • Other 0.4%