From 52da0c9b80c8f6ef45ffcbb6e9401e3fe6d0df71 Mon Sep 17 00:00:00 2001 From: Dimitri De Jonghe Date: Tue, 9 May 2017 21:30:50 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3177ec..4afa329 100644 --- a/README.md +++ b/README.md @@ -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`). \ No newline at end of file +same **public** key (once you encode that to `base58`).