Project

bigchaindb

0.0
No commit activity in last 3 years
No release in over 3 years
Library for preparing/signing transactions and submitting them or querying a BigchainDB/IPDB node
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

bigchaindb-ruby-client

Ruby library that uses BigchainDB's CLI tool to prepare/sign transactions and submit them to IPDB or a BigchainDB Node.

Installation

As a prerequisite, you must have BigchainDB's CLI tool in your path: https://github.com/bigchaindb/bdb-transaction-cli

Then install this project from RubyGems:

gem install bigchaindb

Usage

irb> require 'bigchaindb'
irb> Bdb.generate_keys

See example of a full transaction flow in lib/bigchaindb.rb

Testing

IPDB_APP_ID=<app_id> IPDB_APP_KEY=<app_key> ruby test.rb