Skip to content
/ dymint Public
forked from dymensionxyz/dymint

Sequencing Engine for Dymension RollApps

License

Notifications You must be signed in to change notification settings

Northa/dymint

Repository files navigation

dymint

ABCI-client implementation for Optimistic Rollups on top of dymension settlement hub.

Building From Source

Requires Go version >= 1.17.

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

Sequencing Engine for Dymension RollApps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.2%
  • Other 0.8%