kamyar / cik

cik is a minimalistic command-line bitcoin wallet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cik

Des:
cik is a minimalistic command-line bitcoin wallet.
This project is intended to be as a proof of concept and a really simple implementation to learn from.
Some of the decisions were made to make it simple rather than safe, a third-party service is used for the broadcast of transaction.
It is intended to be used via testnet.

Requirments:
requires docopt:
    pip install docopt
requires pycoin:
    pip install pycoin

USAGE:
    cik.py send ([-]| --recv=<receiver_wallet_address> --amount=<amount_to_be_sent>)
    cik.py init ([-]| --addr=<wallet_address> --pwd=<wallet_password>)
    cik.py reset
    cik.py status
    cik.py (-h | --help)
    cik.py --version
Options:
    -h --help Show help.
    --version Show version.

About

cik is a minimalistic command-line bitcoin wallet.

License:GNU General Public License v2.0


Languages

Language:Python 68.1%Language:JavaScript 31.9%