Skip to content

botleg/cryptonym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptonym

js-standard-style

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.

Supported Coins

  1. Bitcoin
  2. Bitcoin Cash
  3. Ether
  4. Golem
  5. Litecoin
  6. Request Token
  7. SONM
  8. Stellar Lumen
  9. Streamr DATAcoin

Run Instruction

  • Clone the repository
  • Install dependencies with npm install.
  • Make the tool executable with npm link.
  • Run the tool with the command cryptonym.

Releases

No releases published

Packages

No packages published