From 07d320d630f0141e89f5d01ddc745d7edea47def Mon Sep 17 00:00:00 2001 From: Sean Lavine Date: Sat, 19 Mar 2016 17:48:52 -0700 Subject: [PATCH] readme: new features in bitcoin-core --- Readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index ae1c13a..e8a2c27 100644 --- a/Readme.md +++ b/Readme.md @@ -18,7 +18,10 @@ node-bitcoin is a simple wrapper for the Bitcoin client's JSON-RPC API. -If starting a new project, I highly encourage you to take a look at the more modern [bitcoin-core](https://github.com/seegno/bitcoin-core). +If starting a new project, I highly encourage you to take a look at the more modern [bitcoin-core](https://github.com/seegno/bitcoin-core), which features: +* ES6 support +* optional promise support +* support for newer REST API, in addition to RPC methods The API is equivalent to the API document [here](https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list). The methods are exposed as lower camelcase methods on the `bitcoin.Client`