01
Terminal first
Built around the command line, where scripts, automation and reproducible workflows already live.
Bitcoin wallet generation, stripped down to the command line.
A security-focused BIP-39 wallet generator for developers who would rather inspect the terminal than trust another glossy interface.
npm i nkamoto
~/projects/wallet $ nkamoto NKAMOTO / bitcoin wallet generator ──────────────────────────────────── entropy 128 bits mnemonic BIP-39 network bitcoin ──────────────────────────────────── mnemonic •••••••• •••••••• •••••••• •••••••• •••••••• •••••••• •••••••• •••••••• •••••••• •••••••• •••••••• •••••••• ✔ wallet generated $
No dashboard. No account. No ceremony. Just a developer tool with a deliberate interface.
Built around the command line, where scripts, automation and reproducible workflows already live.
Designed around the Bitcoin BIP-39 mnemonic standard for deterministic wallet generation.
A compact npm package with a focused job: generate wallet material without turning it into a product circus.
Designed to feel familiar from the first command.
Install NKAMOTO from npm and keep wallet generation close to the code that needs it.