https://github.com/decred/tinydecred
Python tools for Decred
https://github.com/decred/tinydecred
Last synced: 11 months ago
JSON representation
Python tools for Decred
- Host: GitHub
- URL: https://github.com/decred/tinydecred
- Owner: decred
- License: isc
- Created: 2019-06-26T12:34:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T05:08:34.000Z (almost 5 years ago)
- Last Synced: 2025-07-14T03:37:45.761Z (11 months ago)
- Language: Python
- Size: 6.63 MB
- Stars: 26
- Watchers: 8
- Forks: 14
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# tinydecred
TinyDecred is a Python 3 toolkit that can be used to integrate
[Decred](https://decred.org/) into Python projects.
The [`decred`](./decred) package contains everything needed to create wallets
to send and receive DCR.
The [`tinywallet`](./tinywallet) package contains a wallet based on the
`decred` toolkit.
Each package may be installed from the [Python Package Index](https://pypi.org/)
using the [`pip`](https://pip.pypa.io/) command as usual.
## Status
[](https://github.com/decred/tinydecred/actions)
[](./decred/coverage-html.sh)
### PyPI
[](https://pypi.org/project/decred/)
[](https://docs.python.org/3/)
### GitHub
[](https://github.com/decred/tinydecred/graphs/commit-activity)
[](https://github.com/decred/tinydecred/graphs/contributors)
[](./LICENSE)
## Roadmap
In no particular order:
- Staking
- Schnorr signatures and Edwards curve
- SPV Node
- Bitcoin accounts
- Decred DEX integration
- Lightning network
## Contributing
See the [contribution guidelines](./CONTRIBUTING.md).