Skip to main content

transactions: Bitcoin for Humans

Project description

https://img.shields.io/pypi/v/transactions.svg https://img.shields.io/travis/ascribe/transactions.svg https://img.shields.io/codecov/c/github/ascribe/transactions/master.svg https://readthedocs.org/projects/transactions/badge/?version=latest

transactions: Bitcoin for Humans

transactions is a small python library to easily create and push transactions to the bitcoin network.

Installation

$ pip install transactions

Examples

Assuming the following cast of characters:

>>> alice = 'mhyCaF2HFk7CVwKmyQ8TahgVdjnHSr1pTv'
>>> bob = 'mqXz83H4LCxjf2ie8hYNsTRByvtfV43Pa7'
>>> carol = 'mtWg6ccLiZWw2Et7E5UqmHsYgrAi5wqiov'

Moving 10000 satoshis from alice to bob:

>>> from transactions import Transactions
>>> transactions = Transactions(testnet=True)
>>> tx = transactions.create(alice, (bob, 10000))
>>> tx_signed = transactions.sign(tx, 'alice master secret')
>>> transactions.push(tx_signed)

Moving 600 satoshis from bob to carol with a custom op_return:

>>> tx = transactions.create(bob, (carol, 600), op_return='HELLOFROMASCRIBE')
>>> tx_signed = transactions.sign(tx, 'bob master secret')
>>> transactions.push(tx_signed)

Check it out fbbd6407b8fc73169918b2fce7f07aff6a486a241c253f0f8eeb942937fbb970

With transactions all amounts are in satoshi and we currently only support BIP32 wallets (hierarchical deterministic wallets, aka “HD Wallets”).

Documentation

https://transactions.readthedocs.org/

Contributing

Pull requests, feedback, and suggestions are welcome. Issues and pull requests are handled via github.

Background

This was developed by ascribe GmbH as part of the overall ascribe technology stack. https://www.ascribe.io

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

transactions-0.2.0.tar.gz (10.5 kB view details)

Uploaded Source

File details

Details for the file transactions-0.2.0.tar.gz.

File metadata

File hashes

Hashes for transactions-0.2.0.tar.gz
Algorithm Hash digest
SHA256 e94d9e3980c74b4c47f8e68d29afac22cfee9707738c83b2f8e8a1f48118999e
MD5 45ef6e3a9b31932f669bd1ec114fbd12
BLAKE2b-256 1c1d1ce3ceaa3739666836ec5c58ffb8ea992831c8c3a90db4c49be6bf3f52ad

See more details on using hashes here.

Supported by

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