https://github.com/mikeshultz/icenine
Graphical Ethereum cold storage wallet
https://github.com/mikeshultz/icenine
cold-storage ethereum python wallet
Last synced: 11 months ago
JSON representation
Graphical Ethereum cold storage wallet
- Host: GitHub
- URL: https://github.com/mikeshultz/icenine
- Owner: mikeshultz
- License: gpl-3.0
- Created: 2017-08-09T07:00:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T00:03:15.000Z (over 6 years ago)
- Last Synced: 2024-12-12T18:51:57.126Z (over 1 year ago)
- Topics: cold-storage, ethereum, python, wallet
- Language: Python
- Homepage:
- Size: 232 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# icenine
[](https://travis-ci.org/mikeshultz/icenine) [](https://coveralls.io/github/mikeshultz/icenine?branch=master)
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](https://www.python.org/downloads/).
### Using PyPi
pip install icenine
### Windows
1) Download a Windows build from [the releases page](https://github.com/mikeshultz/icenine/releases).
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
- [API Usage](docs/api.md)
- [Configuration](docs/config.md)
- [Development Notes](docs/development.md)
- [Import/Export Aliases](docs/aliases.md)
- [Key File Management](docs/keys.md)