You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/quickstart.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ We'll use only two tools initially: `simc` (the SimplicityHL compiler) and `hal-
3
3
4
4
Both of these can be installed with `cargo`; make sure you <ahref="https://doc.rust-lang.org/stable/cargo/getting-started/installation.html">have `cargo` installed</a> first. The demo script also requires `jq` and `curl` (for parsing JSON data and connecting to Liquid Testnet API endpoints).
5
5
6
-
You will also need to download the <ahref="/assets/p2ms-demo.sh">p2ms-demo.sh</a> bash script from this site. Then mark it executable with `chmod +x p2ms-demo`.
6
+
You will also need to download the <ahref="/assets/p2ms-demo.sh">p2ms-demo.sh</a> bash script from this site. Then mark it executable with `chmod +x p2ms-demo`. (Firefox may refuse to save it because of its MIME type; if so, use `wget` or `curl` instead.)
7
7
8
8
The steps below should then be sufficient to perform your first Simplicity transaction with an on-chain contract written in SimplicityHL!
0 commit comments