File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
2118asciidoc :
2219 attributes :
2320 experimental : true
Original file line number Diff line number Diff line change 22====
33To 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====
You can’t perform that action at this time.
0 commit comments