poktroll is a rollup built using Rollkit, Cosmos SDK and CometBFT, created with Ignite CLI for the Shannon upgrade of the Pocket Network blockchain.
This repository is still young & early. We're focusing on development right now.
You can find our Roadmap Changelog here.
The godocs for this repository can be found at pkg.go.dev/github.com/pokt-network/poktroll.
It is the result of a research spike conducted by the Core Pocket Network Protocol Team at GROVE documented here (deep dive) and here (summary).
For now, we recommend visiting the links in pokt-network/pocket/README.md as a starting point.
If you want to contribute to this repository at this stage, you know where to find us.
Run make
to see all the available commands
# Build local files & binaries
make go_develop
# Run all the unit tests
make go_test
Please check out the LocalNet documentation.