Skip to content
/ frost Public

A open source, cold storage, encrypted wallet for the IOTA protocol that forces you to go offline.

License

Notifications You must be signed in to change notification settings

zachalam/frost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frost Logo

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!

Give Frost A Try!

Short on time? Not storing a lot? Run the cold storage wallet directly in your browser. http://frostwallet.info/

Run Latest Build

The frost repository includes the latest build. You can run it conveniently without having to build it from source.

  1. Clone the repo from GitHub.
git clone https://github.com/zachalam/frost.git
  1. Open frost/build/index.html in your default browser.
open frost/build/index.html

Build From Source

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.

  1. Clone the repo from GitHub.
git clone https://github.com/zachalam/frost.git
  1. Enter frost directory and build from source.
cd frost
npm run build
  1. Open build/index.html in your default browser.
open build/index.html

That's all! Here's it all together:

git clone https://github.com/zachalam/frost.git
cd frost
npm run build
open build/index.html

Keep Coins Secure

  • 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!!!

Contributing

Pull requests are more than welcome.

License

This project is licensed under the MIT License - see the LICENSE.md file for details