Skip to main content

Python client for interacting with the Hyperlabs Bitcoin API

Project description

from apibtc import Wallet
from mnemonic import Mnemonic
from bip32utils import BIP32Key

# Declare API url
BASE_URL = "API_BASE_URL"

# Create two wallets
# Wallet 1 - Invoice Creator
mnemon1 = Mnemonic('english')
words1 = mnemon1.generate(128)
private_key1 = BIP32Key.fromEntropy(mnemon1.to_seed(words1)).PrivateKey().hex()
wallet1 = Wallet(base_url=BASE_URL, privkey=private_key1)

# Wallet 2 - Invoice Payer
mnemon2 = Mnemonic('english')
words2 = mnemon2.generate(128)
private_key2 = BIP32Key.fromEntropy(mnemon2.to_seed(words2)).PrivateKey().hex()
wallet2 = Wallet(base_url=BASE_URL, privkey=private_key2)

# Payment flow
# Create invoice with wallet1
invoice = wallet1.addinvoice(satoshis=1000, memo="Payment from wallet2", expiry=3600)

# Pay invoice with wallet2
wallet2.sendpayment(paymentrequest=invoice['payment_request'], timeout=30, feelimit=100)

# Check balances after payment
print("Wallet1 balance:", wallet1.getbalance())
print("Wallet2 balance:", wallet2.getbalance())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apibtc-1.0.7.tar.gz (16.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

apibtc-1.0.7-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

Details for the file apibtc-1.0.7.tar.gz.

File metadata

  • Download URL: apibtc-1.0.7.tar.gz
  • Upload date:
  • Size: 16.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for apibtc-1.0.7.tar.gz
Algorithm Hash digest
SHA256 51ff9fedc1417e4a74c5ee789ecf23c40d75a5cc39db32383924fce9794ffc19
MD5 526533662538ea1cecfb4085cce52c4e
BLAKE2b-256 eb280a4e826106986c6868a0114fee8eaf434821ad81dea0309896466d871cf1

See more details on using hashes here.

File details

Details for the file apibtc-1.0.7-py3-none-any.whl.

File metadata

  • Download URL: apibtc-1.0.7-py3-none-any.whl
  • Upload date:
  • Size: 9.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for apibtc-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 3b62be9c39370c23605243d40198d696ab2faa9d4cb94e8a8126c359a4818687
MD5 f43c6526da693adb2c6d58b6c5520e59
BLAKE2b-256 66e7923686be000b2a7a7aa1fda7b21c476295c73dd0e0f0cec726830e6224a2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page