Skip to content

Counterparty Protocol Reference Implementation - Core Version - Don't trust, verify

License

Notifications You must be signed in to change notification settings

btc-fi/counterparty-lib

Repository files navigation

Build Status Build Status Coverage Status Latest Version License Gitter chat

Description

counterparty-lib is the reference implementation of the Counterparty Protocol.

Note: for the command-line interface that used to be called counterpartyd, see counterparty-cli.

Requirements

  • Patched Bitcoin Core with the following options set:

     rpcuser=bitcoinrpc
     rpcpassword=<password>
     server=1
     txindex=1
     addrindex=1
     rpcthreads=1000
     rpctimeout=300
    

Installation

$ git clone https://github.com/CounterpartyXCP/counterpartyd.git
$ cd counterpartyd
$ python3 setup.py install

Usage

$ python3
>>> from counterpartylib import server
>>> db = server.initialise(<options>)
>>> server.start_all(db)

Further Reading

About

Counterparty Protocol Reference Implementation - Core Version - Don't trust, verify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%