mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-01 07:55:21 +01:00
37 lines
1.3 KiB
ReStructuredText
37 lines
1.3 KiB
ReStructuredText
|
BigchainDB JavaScript Driver
|
||
|
============================
|
||
|
|
||
|
.. image:: https://img.shields.io/npm/v/bigchaindb-driver.svg
|
||
|
:target: https://www.npmjs.com/package/bigchaindb-driver
|
||
|
|
||
|
.. image:: https://codecov.io/gh/bigchaindb/js-bigchaindb-driver/branch/master/graph/badge.svg
|
||
|
:target: https://codecov.io/gh/bigchaindb/js-bigchaindb-driver
|
||
|
|
||
|
.. image:: https://img.shields.io/badge/js-ascribe-39BA91.svg
|
||
|
:target: https://github.com/ascribe/javascript
|
||
|
|
||
|
.. image:: https://travis-ci.org/bigchaindb/js-bigchaindb-driver.svg?branch=master
|
||
|
:target: https://travis-ci.org/bigchaindb/js-bigchaindb-driver
|
||
|
|
||
|
.. image:: https://badges.greenkeeper.io/bigchaindb/js-bigchaindb-driver.svg
|
||
|
:target: https://greenkeeper.io/
|
||
|
|
||
|
Features
|
||
|
--------
|
||
|
|
||
|
* Support for preparing, fulfilling, and sending transactions to a BigchainDB
|
||
|
node.
|
||
|
* Retrieval of transactions by id.
|
||
|
* Getting status of a transaction by id.
|
||
|
|
||
|
Compatibility Matrix
|
||
|
--------------------
|
||
|
|
||
|
+-----------------------+----------------------------------+
|
||
|
| **BigchainDB Server** | **BigchainDB Javascript Driver** |
|
||
|
+=======================+==================================+
|
||
|
| ``0.10`` | ``0.1.x`` |
|
||
|
+-----------------------+----------------------------------+
|
||
|
| ``1.0`` | ``0.3.x`` |
|
||
|
+-----------------------+----------------------------------+
|