GithubHelp home page GithubHelp logo

damascene / bitcart-sdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bitcart/bitcart-sdk

0.0 1.0 0.0 698 KB

BitcartCC SDK

Home Page: https://sdk.bitcartcc.com

License: GNU Lesser General Public License v3.0

Python 97.22% Makefile 0.42% Shell 2.36%

bitcart-sdk's Introduction

BitcartCC SDK

CircleCI Codecov PyPI version Read the Docs

This is a client library(wrapper) around BitcartCC daemon. It is used to simplify common commands. Coins support(⚡ means lightning is supported):

  • Bitcoin (⚡)
  • Bitcoin Cash
  • Ergon
  • Litecoin (⚡)
  • Gravity Zero (⚡)
  • Globalboost (⚡)

Main focus is Bitcoin.

This library supports both asynchronous and synchronous usages.

You can call it's methods synchronously, like so:

print(btc.help())

Or you can await it's methods when using from async functions:

async def main():
    print(await btc.help())

Async callback functions for @btc.on are supported.

For more information Read the Docs

Release versioning

We follow a custom variant of semver:

major.minor.feature.bugfix

Where major is changed not frequently, and means significant changes to the SDK

minor means breaking changes

feature means adding new features without breaking existing APIs

bugfix means fixing bugs without breaking existing APIs

Contributing

See CONTRIBUTING.md.

Copyright and License

Copyright (C) 2019 MrNaif2018

Licensed under the LGPLv3+

bitcart-sdk's People

Contributors

dependabot-preview[bot] avatar karoltrzeszczkowski avatar kkoenen avatar mrnaif2018 avatar ycd avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.