cryptopepe / kekdaqblockd

Provides an extended API to the Kekdaq Wallet and other apps

Home Page:http://www.kekdaq.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kekdaqblockd

Provides extended API functionality over counterpartyd (such as market information, asset history, etc). Works alongside kekdaqd.

Installing kekdaqblockd:

sudo apt-get install python-pip cython libxml2-dev libxslt1-dev python-dev

git clone https://github.com/kekdaq/kekdaqblockd.git

cd kekdaqblockd

sudo pip install -r pip-requirements.txt 

Running kekdaqblockd:

python2.7 counterblockd.py --counterpartyd-rpc-user pepeuser --counterpartyd-rpc-password pepepass --counterpartyd-rpc-port 4000

About

Provides an extended API to the Kekdaq Wallet and other apps

http://www.kekdaq.com

License:MIT License


Languages

Language:Python 99.9%Language:Shell 0.1%