All Projects → bitaps-com → Pybtc

bitaps-com / Pybtc

Licence: gpl-3.0
Python bitcoin library

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pybtc

Eclair Mobile
An Android wallet for the Lightning Network
Stars: ✭ 231 (+260.94%)
Mutual labels:  cryptocurrency, payments
Lnd
Lightning Network Daemon ⚡️
Stars: ✭ 5,623 (+8685.94%)
Mutual labels:  cryptocurrency, payments
Eclair
A scala implementation of the Lightning Network.
Stars: ✭ 892 (+1293.75%)
Mutual labels:  cryptocurrency, payments
Qtum
Qtum Core Wallet
Stars: ✭ 1,080 (+1587.5%)
Mutual labels:  cryptocurrency
Cryptoroulette
CryptoRoulette
Stars: ✭ 56 (-12.5%)
Mutual labels:  cryptocurrency
Payment icons
An easy to use library that allows you to manage and access payment icons
Stars: ✭ 59 (-7.81%)
Mutual labels:  payments
Osint Tools
OSINT tools catalog
Stars: ✭ 62 (-3.12%)
Mutual labels:  cryptocurrency
Binancescanner
💰 Configurable Cryptocurrency Price & Volume Scanner for Binance
Stars: ✭ 54 (-15.62%)
Mutual labels:  cryptocurrency
Mcafee Bot
buy coins based on @officialmcafee tweets
Stars: ✭ 61 (-4.69%)
Mutual labels:  cryptocurrency
Bitshares Core
BitShares Blockchain implementation and command-line interface
Stars: ✭ 1,096 (+1612.5%)
Mutual labels:  cryptocurrency
Cryptoawesome
The most complete cryptocurrency image library to be used in your project.
Stars: ✭ 58 (-9.37%)
Mutual labels:  cryptocurrency
Bulwark Explorer
Block explorer for Bulwark Cryptocurrency
Stars: ✭ 57 (-10.94%)
Mutual labels:  cryptocurrency
Crypto Whale Watcher
An app to keep a watch on big volume trades of cryptocurrecies on different exchanges by sending alerts via a Telegram Bot.
Stars: ✭ 60 (-6.25%)
Mutual labels:  cryptocurrency
Etherscan Ml
Python Data Science and Machine Learning Library for the Ethereum and ERC-20 Blockchain
Stars: ✭ 55 (-14.06%)
Mutual labels:  cryptocurrency
Simplechain
⛓✨ Interactive blockchain built with Node.js
Stars: ✭ 61 (-4.69%)
Mutual labels:  cryptocurrency
Dj Paypal
Paypal integration for Django - Inspired by Dj-Stripe
Stars: ✭ 55 (-14.06%)
Mutual labels:  payments
Mobidex
Mobile trustless trading through Uniswap
Stars: ✭ 61 (-4.69%)
Mutual labels:  cryptocurrency
Ethsnarks Miximus
Example project for EthSnarks - Miximus coin mixer
Stars: ✭ 58 (-9.37%)
Mutual labels:  cryptocurrency
Bitcoin.org
Bitcoin.org Website
Stars: ✭ 1,090 (+1603.13%)
Mutual labels:  cryptocurrency
Crypto Trading Bot
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)
Stars: ✭ 1,089 (+1601.56%)
Mutual labels:  cryptocurrency

Python bitcoin library

Current version is 2.2

Feature Support

  • Basic functions
  • Supports addresses types PUBKEY, P2PKH, P2SH, P2SH-PWPKH, P2WPKH, P2WSH.
  • Supports BIP32(Hierarchical Deterministic Wallets), BIP39(Mnemonic code generation)
  • Supports BIP141(Segregated Witness)
  • Transaction constructor

Installation

To install pybtc, simply use pip

$ git clone https://github.com/bitaps-com/pybtc
$ cd pybtc
$ python3 setup.py install

Dependencies

  • Python 3.3.3+

Documentation

Documentation is available at https://pybtc.readthedocs.io

How to Contribute

In order to make a clone of the GitHub repo: open the link and press the “Fork” button on the upper-right menu of the web page.

Workflow is pretty straightforward:

  1. Clone the GitHub
  2. Make a change
  3. Make sure all tests passed
  4. Add a record into file into change.log.
  5. Commit changes to own pybtc clone
  6. Make pull request from github page for your clone against master branch
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].