mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2025-02-14 21:10:32 +01:00
Created and updated page with BigchainDB JS Driver info
This commit is contained in:
parent
7f532ee94f
commit
6f6c21dacf
@ -5,6 +5,7 @@ BigchainDB Javascript Driver Documentation
|
|||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
← Back to All BigchainDB Docs <https://bigchaindb.readthedocs.io/en/latest/index.html>
|
← Back to All BigchainDB Docs <https://bigchaindb.readthedocs.io/en/latest/index.html>
|
||||||
|
readme
|
||||||
quickstart
|
quickstart
|
||||||
|
|
||||||
|
|
||||||
|
36
docs/source/readme.rst
Normal file
36
docs/source/readme.rst
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
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`` |
|
||||||
|
+-----------------------+----------------------------------+
|
Loading…
x
Reference in New Issue
Block a user