1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-06-26 11:16:43 +02:00

Merge branch 'master' of github.com:bigchaindb/js-bigchaindb-driver

This commit is contained in:
diminator 2017-05-10 10:52:37 +02:00
commit d29a8cddab

View File

@ -2,7 +2,7 @@
> Inspired by [`js-bigchaindb-quickstart`](https://github.com/sohkai/js-bigchaindb-quickstart) of @sohkhai [thanks]
> Supports BigchainDB Server v0.10
> Supports BigchainDB Server v0.10 (Warning: use CORS enabled [branch](https://github.com/bigchaindb/bigchaindb/tree/kyber-master-feat-cors) untill [PR #1311](https://github.com/bigchaindb/bigchaindb/pull/1311) is resolved )
Some naive helpers to get you on your way to making some transactions, if you'd like to use
[BigchainDB](https://github.com/bigchaindb/bigchaindb) with JavaScript.
@ -141,4 +141,4 @@ An example BigchainDB Server-generated keypair (encoded in `base58`):
- Private: `7Gf5YRch2hYTyeLxqNLgTY63D9K5QH2UQ7LYFeBGuKvo`
Your package should be able to take in the decoded version of the **private** key and return you the
same **public** key (once you encode that to `base58`).
same **public** key (once you encode that to `base58`).