bloodywing / transactions

πŸ“Ÿ transactions: Bitcoin for humans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

image

image

image

transactions: Bitcoin for Humans

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

Installation

Examples

Assuming the following cast of characters:

Moving 10000 satoshis from alice to bob:

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

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

This code is Β© 2015 ascribe GmbH.

Licensed under the Apache License, Version 2.0.

About

πŸ“Ÿ transactions: Bitcoin for humans

License:Other


Languages

Language:Python 99.6%Language:Dockerfile 0.4%