bigchaindb-examples
bigchaindb-examples copied to clipboard
[deprecated] Examples and tutorials for BigchainDB use cases.
Hey all - I'm really interested in using bigchaindb as a complementary off-chain storage solution for an Ethereum dAPP but I have no idea where to start. Are there any...
I'm working on the problem of querying blockchain to access records of some particular interest. I found BigchainDB giving one such capability of both qierying as well as its blockchain...
Hello I am trying to install bigchaindb via pip3.5 on Ubutu 16.04 on a Oracle VirtualBox. But every time I am getting a 104 (Connection Reset by Peer) on execution...
Way lower barrier of entry for most people coming into BigchainDB and these examples. Once we have a transactions viewer for BigchainDB, it'd also be nice to hook that into...
- Optimize List queries - Add paginated results
Use case requires a better visual pay-off when the asset is transferred. These details should improve this: - include annotations to guide / instruct the user - highlight use case...
Right now, the initialization of accounts and assets (see [init_accounts](./init_accounts.py) and [init_assets](./init_assets)) use a single BigchainDB configuration to initialize both instances of BigchainDB. This forces the two instances to run...
The Set up example has a step to initialize the database. However, there is no init_db.py in the bigchaindb-examples folder