atto-wallet¶
Repository: github.com/kakitucurrency/atto
atto is the official command-line wallet for Kakitu. It lets you generate addresses, send and receive KSHS, and manage multiple accounts — all from the terminal.
Installation¶
Download Binary¶
Download the latest release from the atto releases page.
Build from Source¶
Setup¶
On first run, atto will prompt you to create or import a seed:
Your seed is stored encrypted in ~/.atto/wallet.json. You will be prompted for a password on each use.
Generate an Address¶
Output:
To see multiple accounts:
Check Balance¶
Output:
Receive Pending KSHS¶
atto will scan for pending blocks and create receive blocks for each one. Transactions confirm in under 1 second.
Send KSHS¶
Confirm the transaction when prompted. The block hash is printed on success:
Transaction History¶
Shows the last 20 blocks for your account. Use --count to show more.
Use a Custom Node¶
By default, atto connects to https://api.kakitu.org. To use your own node:
Multiple Accounts¶
atto --account 1 balance # use account index 1
atto --account 2 send --to ... # send from account index 2
Related¶
- Quick Start
- kakitucurrency-js — For programmatic wallet operations
- RPC Reference