This repository was archived by the owner on Sep 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 - uses : Swatinem/rust-cache@v1
2121 - name : Install Fuelup
2222 run : |
23- curl --proto '=https' --tlsv1.2 -sSf https://fuellabs.github.io/fuelup /fuelup-init.sh | sh
23+ curl --proto '=https' --tlsv1.2 -sSf https://install.fuel.network /fuelup-init.sh | sh
2424 - name : Modify Path
2525 run : echo "$HOME/.fuelup/bin:${GITHUB_PATH}" >> $GITHUB_PATH
2626 - name : Set Default Beta-2 Toolchain
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Success! Created frontend at Fuel/fuel-project/frontend
2121
2222You should now have your outer folder, ` fuel-project ` , with two folders inside: ` counter-contract ` and ` frontend `
2323
24- ![ project folder structure] ( / ../images/quickstart-folder-structure.png)
24+ ![ project folder structure] ( ../images/quickstart-folder-structure.png )
2525
2626### Install the ` fuels ` SDK dependency
2727
@@ -125,7 +125,7 @@ Note that the development build is not optimized.
125125To create a production build, use npm run build.
126126```
127127
128- ![ screenshot of the UI] ( ./images/quickstart-dapp-screenshot.png )
128+ ![ screenshot of the UI] ( .. /images/quickstart-dapp-screenshot.png )
129129
130130### You just built a fullstack dapp on Fuel! ⛽
131131
You can’t perform that action at this time.
0 commit comments