Bitcoin Forum

Bitcoin => Project Development => Topic started by: miohtama on February 06, 2015, 10:02:40 AM



Title: [ANN] Python framework for developing Bitcoin and cryptoasset applications
Post by: miohtama on February 06, 2015, 10:02:40 AM
I'd like to announce new easy programming library for creating your own Bitcoin applications.

cryptoassets.core (https://bitbucket.org/miohtama/cryptoassets) is a Python framework for building Bitcoin, other cryptocurrency (altcoin) and cryptoassets services. Use cases include eCommerce, exhanges, wallets and payments.

Build a fully-working Bitcoin (or any altcoin) wallet application with only 150 lines of code.

See project homepage (https://bitbucket.org/miohtama/cryptoassets). See documentation. (http://cryptoassetscore.readthedocs.org/en/latest/)
See getting started with Bitcoin wallet terminal application tutorial. (http://cryptoassetscore.readthedocs.org/en/latest/gettingstarted.html)

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
  • Open source - MIT licensed
  • Works with any database
  • Python is well-establish programming language in financial and Bitcoin industry
  • Django web application compatible

Supported cryptocurrencies and assets

  • Bitcoin
  • Dogecoin
  • Applebyte
  • Litecoin


Supported daemons and wallet services

  • bitcoind and bitcoind-compatible altcoins (Dogecoin, Litecoin, etc.)
  • block.io (Bitcoin, Dogecoin, Litecoin)
  • blockchain.info (Bitcoin)

This work is based some of my earlier projects here. All feedback welcome.
   



Title: Re: [ANN] Python framework for developing Bitcoin and cryptoasset applications
Post by: miohtama on March 09, 2015, 10:21:56 PM
There is now introductory blog post and updated tutorial available:

https://opensourcehacker.com/2015/03/09/introducing-cryptoassets-core-bitcoin-and-cryptocurrency-framework-for-python/