ricmoo / pycoind

Pure-Python full node and libraries for bitcoind-based crypto-currencies (eg. bitcoin, litecoin, etc)
MIT License
120 stars 44 forks source link

Implement Wallet #8

Open ricmoo opened 9 years ago

ricmoo commented 9 years ago

The wallet will be rather straight forward, and will be used to keep a database of addresses with encryption.

Also a new script, pycoind-wallet for managing the wallet.