Design decisions, milestone notes and verification records. Every factual claim about node behaviour cites a source file and line.
| Features Everything the application does, what each thing costs, and what it deliberately does not. | .md |
| Node setup Machine survey, binary verification, and the Pepecoin Core install. | .md |
| Application design Architecture, scope, transaction types and milestones. | .md |
| Decision log Every design decision, why it was taken, and what it invalidated. | .md |
| M0 — block reader Undo journal, reorg rollback, regtest harness. | .md |
| M1 — payload codec All message types, verified against Omni Core's own test vectors. | .md |
| M2 — core state Sender rules, reference resolution, and the consensus hash. | .md |
| Tokens Create, send, grant and revoke tokens; the index; the mainnet and testnet switch. | .md |
| Inscription API Writing an inscription that runs: the sandbox, the endpoints, recursion, and what it costs. | .md |
| Bot RPC Omni Core's methods over JSON-RPC for airdrop bots and other scripts. | .md |
| Remote A temporary Cloudflare tunnel and a QR code, so a phone can reach the wallet. | .md |
| Messaging — node Testnet node for the encrypted messaging component. | .md |
| P2P messaging Whether nodes can message each other off-chain, and what works instead. | .md |