Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 2.76 KB

File metadata and controls

47 lines (32 loc) · 2.76 KB

Panurus Documentation

Welcome to Panurus documentation.

Core Concepts

Security

  • HTLC Deadlines and Clock Synchronisation: The clock-synchronisation assumption that the HTLC claim/reclaim deadline rests on, and the deadline margin it requires of a deployment.
  • Selector Resource Limits: How to throttle token selection, either with the opt-in built-in per-wallet rate limiter or by supplying your own limiter or Locker.

Command-Line Tools

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).

Development

If you are developing using Panurus or contributing to Panurus, check out the Development section.

Evolution

Guides & Tutorials