vrde . • almost 9 years ago
Documentation Resonate/BigchainDB/IPDB
Resonate developed the Envoke app to publish to BigchainDB using the COALA IP specification. Find the repo and further info on the schema here:
- https://github.com/Envoke-org
- http://coalaip.org/
BigchainDB is a scalable blockchain database. At a high level, one can communicate with a BigchainDB cluster (set of nodes) using the BigchainDB Client-Server HTTP API, or a wrapper for that API.
To get started, check out this page:
- https://www.bigchaindb.com/getstarted/
The entry point for our documentation is:
- https://docs.bigchaindb.com/
In order to talk to BigchainDB, you need a driver. We officially support those two languages:
- Python → https://github.com/bigchaindb/bigchaindb-driver
- JavaScript (compatible with both node.js and browser) → https://github.com/bigchaindb/js-bigchaindb-driver
If you wish to use BigchainDB from another language, you can just call our Command Line Interface utility to create transactions:
- https://github.com/bigchaindb/bdb-transaction-cli
PLEASE NOTE: you don't need to install BigchainDB on your machine! We strongly suggest you to use IPDB, the public network powered by BigchainDB. Credentials:
- app_id: 8326a71f
- app_key: bigchaindb
Comments are closed.

0 comments