Skip to content

Django app that provide REST API and ORM-integrated interface for interaction with blockchains.

License

Notifications You must be signed in to change notification settings

madnesspie/django-obm

Repository files navigation

Welcome to django-obm!

Travis CI PyPI Documentation Status

Rationale

There are a lot of projects that need a cryptocurrency payment system under the hood for transactions sending/receiving, unique addresses creation, fee estimating and other blockchain interactions. Each of them have to implement their own service for that propose due to lack of opensource product, that could satisfy their needs. This project aims to provide such functionality and facilitate the implementation of such a microservice.

Resources

Installation

See Installation for complete instructions.

pip install django-obm

Requirements

Features

  • BTC (bitcoin-core) support
  • sending/receiving transactions and confirmation
  • unique addresses creation
  • fee estimating
  • REST API for actions above

Future features

  • support of: ETH, ETC, DASH, BCHABC, BCHSV, LTC, ZEC, XEM, XRP, etc.
  • django_obm.wallet app witch help in implementation of multi cryptocurrency wallet

Is django-obm production ready?

The project is now under active development. Use at your own risk.

Example

You can find the example project in this repo example folder.

Contributing

See CONTRIBUTING.md for instructions.

Support the developer

Sponsors

You can become the sponsor and get priority development of the features you require. Just contact me.

Buy me a beer

BTC 179B1vJ8LvAQ2r9ABNhp6kDE2yQZfm1Ng3

About

Django app that provide REST API and ORM-integrated interface for interaction with blockchains.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages