FROST is an open source, cold storage wallet for IOTA. It runs offline, can be compiled from source, and requires minimal dependencies.
Launch Article: Read it on Medium.
OFFLINE USE ONLY: FROST REQUIRES YOU TO DISCONNECT FROM THE INTERNET!
Short on time? Not storing a lot? Run the cold storage wallet directly in your browser. http://frostwallet.info/
The frost repository includes the latest build. You can run it conveniently without having to build it from source.
- Clone the repo from GitHub.
git clone https://github.com/zachalam/frost.git
- Open
frost/build/index.html
in your default browser.
open frost/build/index.html
If you're super paranoid (completely justified). You can fully examine AND build frost from source. Here's a quick guide that'll get you up and running locally.
You will need to have the latest version of Node/NPM installed.
- Clone the repo from GitHub.
git clone https://github.com/zachalam/frost.git
- Enter
frost
directory and build from source.
cd frost
npm run build
- Open
build/index.html
in your default browser.
open build/index.html
git clone https://github.com/zachalam/frost.git
cd frost
npm run build
open build/index.html
- ALWAYS disconnect from the Internet when generating/accessing a key.
- DO NOT share your encrypted wallet OR seed with anyone.
- DO NOT SEND FUNDS FROM YOUR ADDRESS MORE THAN ONCE!!!
Pull requests are more than welcome.
This project is licensed under the MIT License - see the LICENSE.md file for details