Skip to content

harlantwood/bdb-transaction-cli

 
 

Repository files navigation

Warning: This tool is no longer being actively maintained and may not work.

bdb-transaction-cli

A minimal command line tool to create and sign BigchainDB transactions.

Installation

In the shell:

# Checkout the project
git clone https://github.com/bigchaindb/bdb-transaction-cli/
cd bdb-transaction-cli

# Create python virtual environment and install requirements
virtualenv -p `which python3` .env
. .env/bin/activate
pip install -r requirements_dev.txt

# Install the `bdb` executable into the virtual environment
python setup.py develop

Features

  • Create CREATE transactions
  • Create TRANSFER transactions
  • Sign transactions
  • Generate key pairs

About

Old/deprecated command line tool to create and sign transactions for BigchainDB

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.1%
  • Makefile 11.9%