Rollkit
Rollkit is the first soveriegn rollup framework. For more in-depth information about Rollkit, please visit our website.
Using Rollkit
Rollkit CLI
The easiest way to use rollkit is via the rollkit CLI.
Requires Go version >= 1.22.
A cli tool that allows you to run different kinds of nodes for a rollkit network
while also helping you generate the required configuration files
Install
To install rollkit
, simply run the following command at the root of the
rollkit repo
make install
The latest Rollkit is now installed. You can verify the installation by running:
rollkit version
Quick Start
You can spin up a local rollkit network with the following command:
rollkit start
Explore the CLI documentation here
Building with Rollkit
Rollkit is the first sovereign rollup framework that allows you to launch
a sovereign, customizable blockchain as easily as a smart contract.
Check out our tutorials on our website.
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.
Helpful commands
# Run unit tests
make test
# Generate protobuf files (requires Docker)
make proto-gen
# Run linters (requires golangci-lint, markdownlint, hadolint, and yamllint)
make lint
# Lint protobuf files (requires Docker and buf)
make proto-lint
- Install golangci-lint
- Install markdownlint
- Install hadolint
- Install yamllint
Dependency graph
To see our progress and a possible future of Rollkit visit our Dependency
Graph.
Audits