TinyDecred is a Python 3 toolkit that can be used to integrate Decred into Python projects.
The decred
package contains everything needed to create wallets
to send and receive DCR.
The tinywallet
package contains a wallet based on the
decred
toolkit.
Each package may be installed from the Python Package Index
using the pip
command as usual.
In no particular order:
- Staking
- Schnorr signatures and Edwards curve
- SPV Node
- Bitcoin accounts
- Decred DEX integration
- Lightning network
See the contribution guidelines.