Welcome to Panurus documentation.
Locker.Panurus ships several standalone CLI tools, each living in its own Go module under cmd/.
| Tool | Description |
|---|---|
| tokengen | Generates public parameters, token chaincode packages, and other cryptographic artifacts. Used to pre-configure development and test environments. |
| artifactgen | Topology-driven artifact generation (previously part of tokengen). Kept separate to avoid pulling in the integration/nwo test framework. |
| skicleanup | Diagnostic tool that lists orphaned signer entries and their derived SKIs. Connects directly to an existing Panurus database (SQLite or PostgreSQL). |
If you are developing using Panurus or contributing to Panurus, check out the Development section.
token-sdk.