Skip to content

Commit 346bd52

Browse files
author
Janaka-Steph
committed
better start tip
1 parent c8e9c28 commit 346bd52

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

antora-playbook.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ ui:
1515
bundle:
1616
snapshot: true
1717
url: ./ui/build/ui-bundle.zip
18-
#url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
19-
#url: https://github.com/aerogear/antora-ui/raw/master/build/ui-bundle.zip
20-
#url: https://deepsymmetry.org/media/antora/ui-bundle.zip
2118
asciidoc:
2219
attributes:
2320
experimental: true

modules/ROOT/partials/start-help.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
====
33
To follow along this tutorial
44
5-
* Execute all the transaction code in one go by typing `node code/filename.js`
6-
* Or enter the commands step-by-step by `cd` into `./code` then type `node` in a terminal to open the Node.js REPL
5+
* Clone the https://github.com/bitcoin-studio/Bitcoin-Programming-with-BitcoinJS[Github repository^]
6+
* `cd code`
7+
* `npm install` or `yarn install`
8+
* Execute the transaction code by typing `node tx_filename.js`
9+
* Alternatively you can enter the commands step-by-step by `cd` into `./code` then type `node` in a terminal to open the Node.js REPL
710
* Open the Bitcoin Core GUI console or use `bitcoin-cli` for the Bitcoin Core commands
811
* Use `bx` aka `Libbitcoin-explorer` as a handy complement
912
====

0 commit comments

Comments
 (0)