What problem does it solve?
It solves the need to quickly find the correct commands to build, test, and run the Anarchy monorepo across its blockchain, storage node, Wasm engine, frontend, and multi-node testnet components.
Core Features & Use Cases
- Blockchain (Substrate/Rust) command reference: Build, run a dev node, and test pallets (e.g., post/stealth/messaging/storage/faucet) and run clippy for linting.
- Storage node (Rust workspace) operations: Build, start/stop/purge multiple nodes, inspect status, and run the storage node binary via config.
- Wasm engine + frontend + integration workflows: Build Wasm engine artifacts needed by the frontend, run Next.js dev/build/test/e2e, and execute shell-based integration tests and multi-node testnets (including DM tests).
Quick Start
Ask: “Provide the exact root commands to start the 3-node testnet, run the integration DM test, and open the frontend dev server.”