Guides¶
End-to-end tutorials. Each guide is task-shaped — you start empty, follow the steps, and end with a working artefact.
| Guide | You build |
|---|---|
| Build a wallet with navio-sdk | Node.js wallet CLI: create, sync, send |
| Mint an NFT collection | Token collection + NFTs + transfer, from scratch |
| Build a watch-only audit wallet | Exchange-style deposit monitor driven by audit key |
| Run a staking node on a VPS | Hardened naviod + navio-staker under runit (non-systemd) |
| Atomic swaps walkthrough | Cross-chain BTC↔NAV HTLC swap + intra-chain NAV↔TOKEN swap |
| Self-host full stack | naviod + ElectrumX + navio-blocks explorer, docker-compose |
| Exchange integration | Deposit detection, cold-storage pattern, withdrawal signer |
| Build and broadcast a raw BLSCT tx | Hand-rolled createblsctrawtransaction → fund → sign → broadcast |