1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-25 17:38:26 +00:00

Edited appdx-bitcore.asciidoc with Atlas code editor

This commit is contained in:
nadams 2017-04-21 11:53:59 -07:00
parent 093a6069a8
commit 18ef55c02c

View File

@ -29,13 +29,11 @@ Bitcore is a suite of tools provided by BitPay. Its goal is to provide easy-to-u
If using NodeJS and the node REPL:
====
[source,bash]
----
$ npm install -g bitcore-lib bitcore-p2p
$ NODE_PATH=$(npm list -g | head -1)/node_modules node
----
====
==== Wallet Examples using bitcore-lib