1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-06-29 00:57:44 +02:00

Update README.md

This commit is contained in:
Dimitri De Jonghe 2017-05-09 21:30:50 +02:00 committed by GitHub
parent 9d250f7f9a
commit 52da0c9b80

View File

@ -2,7 +2,7 @@
> Inspired by [`js-bigchaindb-quickstart`](https://github.com/sohkai/js-bigchaindb-quickstart) of @sohkhai [thanks] > 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 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. [BigchainDB](https://github.com/bigchaindb/bigchaindb) with JavaScript.
@ -141,4 +141,4 @@ An example BigchainDB Server-generated keypair (encoded in `base58`):
- Private: `7Gf5YRch2hYTyeLxqNLgTY63D9K5QH2UQ7LYFeBGuKvo` - Private: `7Gf5YRch2hYTyeLxqNLgTY63D9K5QH2UQ7LYFeBGuKvo`
Your package should be able to take in the decoded version of the **private** key and return you the 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`).