Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bitcart

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcart

Bitcart coins support library

  • 1.16.0.0
  • PyPI
  • Socket score

Maintainers
1

Bitcart SDK

CircleCI Codecov PyPI version Read the Docs

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

  • Bitcoin (⚡)
  • Bitcoin Cash
  • Monero
  • Ethereum
  • Binance coin (BNB)
  • SmartBCH
  • Polygon (MATIC)
  • Tron (TRX)
  • Ergon
  • Litecoin (⚡)
  • Globalboost (⚡)
  • Groestlcoin (⚡)

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 (C) 2019 MrNaif2018

Licensed under the MIT license

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc