Skip to content

The official Shannon upgrade implementation of the Pocket Network Protocol implemented using the Cosmos SDK

License

Notifications You must be signed in to change notification settings

pokt-network/poktroll

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Oct 26, 2023
Oct 31, 2023
Oct 18, 2023
Nov 1, 2023
Oct 31, 2023
Nov 1, 2023
Oct 19, 2023
Nov 2, 2023
Nov 1, 2023
Oct 31, 2023
Nov 2, 2023
Nov 1, 2023
Oct 19, 2023
Oct 3, 2023
Nov 1, 2023
Oct 30, 2023
Oct 31, 2023
Oct 31, 2023
Nov 1, 2023
Oct 17, 2023

Repository files navigation

poktroll

poktroll is a rollup built using Rollkit, Cosmos SDK and CometBFT, created with Ignite CLI for the Shannon upgrade of the Pocket Network blockchain.

Where are the docs?

This repository is still young & early.

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.

Getting Started

Makefile

Run make to see all the available commands

Development

# Build local files & binaries
make go_develop

# Run all the unit tests
make go_test

LocalNet

Please check out the LocalNet documentation.