Offline command-line wallet that doesn't store anything on disc. All you need to have is a 12 word phrase (can be generated from the app) that lets you generate the public and private keys for your accounts. This supports HD wallets that lets you create a new address for every transaction (for bitcoin, bitcoin cash and litecoin). This will only lets you receive coins and check balance. To send coins, you need to export the private keys from this application and use it in dedicated wallets. To know more about the working, check this blog post.
- Clone the repository
- Install dependencies with
npm install
. - Make the tool executable with
npm link
. - Run the tool with the command
cryptonym
.