Skip to content

randomshinichi/rollmint

 
 

Repository files navigation

rollmint

ABCI-client implementation for Optimistic Rollups.

Design document: https://docs.google.com/document/d/12gZow_JTJjRrmaD2mNTmYniLhyxVLSyDd7Fbxo5UnA8/edit?usp=sharing

build-and-test golangci-lint Go Report Card codecov GoDoc Twitter Follow

Building From Source

Requires Go version >= 1.17.

To build:

git clone https://github.com/celestiaorg/rollmint.git
cd rollmint
go build -v ./...

To test:

go test ./...

To regenerate protobuf types:

./proto/gen.sh

Contributing

We welcome your contributions! Everyone is welcome to contribute, whether it's in the form of code, documentation, bug reports, feature requests, or anything else.

If you're looking for issues to work on, try looking at the good first issue list. Issues with this tag are suitable for a new external contributor and is a great way to find something you can help with!

See the contributing guide for more details.

Please join our Community Discord to ask questions, discuss your ideas, and connect with other contributors.

Code of Conduct

See our Code of Conduct here.

About

ABCI-client implementation for rollups.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.6%
  • Other 0.4%