Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

mikeshultz/icenine

Repository files navigation

icenine

Build Status Coverage Status

Graphical Ethereum cold storage wallet written in Python.

Features

  • Simple interface
  • Creates raw transactions that can be sent from any insecure node or service
  • Stores transactions for later reference
  • Keeps track of current nonce and remembers last gas price and limit
  • Can create accounts as needed from a random seed or seed words
  • Can import seed words used for other wallets [NEEDS TESTING!]
  • Can import standard keystore files from other wallets like go-ethereum(geth)
  • Has address alias support so you can give accounts regular words for names
  • Can run on any operating system with at least Python 3.4

NOTE: This software is currently ALPHA at BEST! Use at your own risk and ALWAYS back up your key files!

Installation

Icenine requires Python >= 3.5. If your system does not have it, you will need to install it manually.

Using PyPi

pip install icenine

Windows

  1. Download a Windows build from the releases page.
  2. Run it and follow the prompts

From Git

git clone https://github.com/mikeshultz/icenine.git && cd icenine
python setup.py install

Running

icenine

See Also

About

Graphical Ethereum cold storage wallet

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors