pydecred

Decred python library.


Keywords
decred
License
Other
Install
pip install pydecred==0.1a

Documentation

pydecred

pydecred is a Python library for Decred. pydecred is a work in progress.

pydecred uses python-bitcoinlib to implement much of its functionality.

TODO

  • Chainec stuff like Edwards DSA, Schnorr, etc.
  • Finish porting dcrd/txscript/standard.go.
  • Unit tests for script.py.
  • Implement the CHECKSIG opcodes.