A Python framework for building Bitcoin, other cryptocurrency (altcoin) and cryptoassets services
Project description
cryptoassets.core is a Python framework for building Bitcoin, other cryptocurrency (altcoin) and cryptoassets services. Use cases include eCommerce, exhanges, wallets and payments.
Benefits
Easy: Documented user-friendly APIs
Extensible: Any cryptocurrency and cryptoassets support
Safe: Secure and high data integrity
Lock-in free: Vendor independent and platform agnostics
Customizable: Override and tailor any part of the framework for your specific needs
Requirements and installation
Python 3
You need to install database support libraries separately, depending on which database you are using.
See Installation.
Getting started
Documentation
Supported environments
Cryptocurrencies and assets
It is easy to add support for any cryptocurrency.
Databases
PostgreSQL
SQLite
MySQL
Oracle
Daemons and wallet services
cryptoassets.core can operate with a cryptocurrency daemon or third party API service.
Example daemons and services include:
bitcoind and bitcoind-compatible altcoins (Dogecoin, Litecoin, etc.)
block.io (Bitcoin, Dogecoin, Litecoin)
blockchain.info (Bitcoin)
Python frameworks
You can integrate cryptoassets.core on
Pyramid
Django (see Django integration)
Flask
… and any other Python application where SQLAlchemy can be run.
Source code and issue tracking
The project source code is hosted at Bitbucket.
License
Changelog
0.2 (2015-03-26)
Added HTTP webhook notification support for block.io
Added websocket notification support for block.io
Logging system setup and logging level updates for more sane defaults
Include ngrok tunneling utility
0.1.2 (2015-02-06)
Further PyPi README woes and fixes
0.1.1 (2015-02-06)
Fixed README badges
0.1 (2015-02-06)
Initial release.
0.0 (2015-02-06)
Release testing.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.