wallets icon indicating copy to clipboard operation
wallets copied to clipboard

💰Multi-crypto wallets/keys generator for cold storage with built-in encryption.

Wallets

Wallets is a multi-coin wallet designed for cold storage with built-in encryption.

Important Note: This is not production-ready, and by using this software you realize that the authors/owners and maintainers are not responsible for any money loss, misusage etc. etc. etc. and you are fully responsible of your own actions and decisions. TL;DR: So do not use if you don't know what you are doing. Read the code. You are fully responsible of your own stuff... and don't sue us if you lose money.

The main features are:

  • Simple to use via CLI
  • Encrypted with AES-256
  • Support for multiple coins
  • Designed for cold storage / Offline Wallets [WIP]

How to build it

To build it you need go installed on your machine. You will be able to build it by running:

$ go get github.com/koalalorenzo/wallets

Then you can easily get started and get some help by running the command:

$ wallets --help