Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
readme: new features in bitcoin-core
Browse files Browse the repository at this point in the history
  • Loading branch information
freewil committed Mar 20, 2016
1 parent 7b739e8 commit 07d320d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 07d320d

Please sign in to comment.