Learning Path
node-runtime
Start from node and miner entrypoints so fakenet evidence has process, key, and build context.
nockchain-node-main, mining-key-config
p2p-sync-gossip
Learn sync state before diagnosing no peers, empty route tables, or wrong block commitments.
libp2p-catch-up-signal, libp2p-gossip-suppression, libp2p-driver-gossip-metric
nockapp-runtime
Separate poke, peek, and effect evidence before interpreting NockApp lab output.
nockapp-poke-peek
pma-durability
Treat PMA and state jams as provenance metadata, never as raw artifacts to persist.
nockapp-snapshot-safety, pma-open-growth
wallet-cli
Connect wallet commands, transaction planning, and endpoint mode to balance and withdrawal receipts.
wallet-cli-commands, wallet-create-tx-with-planner, wallet-tx-planner
bridge-withdrawal
Map withdrawal lifecycle evidence into bridge and VESL receipts without leaking raw transactions or signing keys.
bridge-withdrawal-runtime, bridge-sequencer-journal
bridge-dev-scenarios
Use bridge-dev opt-in scenarios to learn withdrawal execution and recovery behavior while preserving test-secret boundaries.
bridge-dev-scenario-readme, bridge-dev-withdrawal-scenarios
nockup-scaffold
Use upstream nockup entrypoints to turn scaffold/build/run evidence into reusable NockApp fixtures.
nockup-main