Update docs/getting-started.md

Co-authored-by: jbencin <jeff.bencin@gmail.com>
This commit is contained in:
Max Efremov
2023-04-21 10:11:46 -05:00
committed by GitHub
parent 508e12d977
commit 377e3bc764

View File

@@ -286,7 +286,7 @@ To submit transactions to Hiro's Stacks node and subnet node, we will use the fo
```sh
mkdir scripts
cd scripts
touch {publish.js,register.js,mint.js,deposit.js,transfer.js,withdraw-l2.js,withdraw-l1.js,verify.js}
touch {publish,register,mint,deposit,transfer,withdraw-l2,withdraw-l1,verify}.js
```
Then we will initialize a Node.js project and install the Stacks.js dependencies: