1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2025-02-14 21:10:32 +01:00
js-bigchaindb-driver/examples/basic-usage-boilerplate
2018-01-20 16:41:05 +01:00
..
2018-01-20 16:41:05 +01:00
2018-01-20 14:25:15 +01:00
2018-01-20 14:25:15 +01:00
2018-01-20 16:41:05 +01:00
2018-01-20 16:41:05 +01:00

Usage

npm install -> Installs all required dependencies to run these examples.

Different Examples

Basic Usage: Create asset and transfer it to new owner. -> npm start

Querying for Assets: Query for assetdata or metadata. -> npm run query-assets