js-bigchaindb-driver
js-bigchaindb-driver copied to clipboard
Official BigchainDB JavaScript driver for Node.js and the browser
Hi i am kind of a beginner to Javascript and bigchaindb and i am storing this test asset to testnet, can anyone tell me how can i actually retrieve this...
in basic-usage example the comment said "Search Asset by **Serial Number**" but it used **Bicycle Inc.** as search asset instead (which is manufacturer value)
Since last week i noticed an issue with the `Connection` instance. When trying to fetch assets and metadata, the message received was `'HTTP Error: Requested page not reachable'`. So out...
I can get a transaction commit to work fine when running from the browser, but, when I run the same code in Node.js I get this 400 bad request error....
### Testing local bigchaindb node gives Error I am following bigchaindb Basic usage example from bigchaindb docs. [https://docs.bigchaindb.com/projects/js-driver/en/latest/usage.html](https://docs.bigchaindb.com/projects/js-driver/en/latest/usage.html ). I am using following versions : bigchaindb : 2.0 bigchaindb-driver: 4.0.0...
According to the [documentation for js-bigchaindb-driver](http://docs.bigchaindb.com/projects/js-driver/en/latest/usage.html#querying-for-assets) it apparently only offers functions for querying assets and metadata. I am speaking of searchAssets() and searchMetadata(). But unlike the [python driver](http://docs.bigchaindb.com/projects/py-driver/en/latest/usage.html#querying-for-transactions) it does...
Hi there, I'm trying to create transactions using javascript (NodeJS) but ran in an annoying issue. I have installed the module as described on the website, along with its dependencies,...
Hi guys. I have installed bigchaindb-driver using command below. npm install bigchaindb-driver and I have executed following program code. const driver = require('bigchaindb-driver') const API_PATH = 'http://localhost:9984/api/v1/' const alice =...
When I try to sign transaction with wrong private key I suppose to get an Error. But instead such transaction is successful. When I looked through the implementation of signTransaction()...
Bigchaindb returns ``` HTTP/1.1 400 BAD REQUEST Server: nginx Date: Thu, 28 Nov 2019 08:46:58 GMT Content-Type: application/json Content-Length: 208 Connection: close Access-Control-Allow-Origin: * {"message":"Invalid transaction (InvalidHash): The transaction's id...