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: Build a Petition Filing dApp on the Fuel Network/1. Getting Started/1. What Are We Building Today.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,8 @@ As a developer, you will be getting the following outcomes when you complete thi
32
32
33
33
If you complete this course with me, you will be getting XPs and a special NFT which will unlock many more opportunities for you on the Metaschool platform. Here is what the NFT looks like.
After deploying the contract, go back to Visual Studio code to your `petition-contract` folder. Here, you will find an extra `out` folder. Inside of the out folder, you’ll see two more folders: `debug` and `deployments`. The `debug` folder here contains the ABI files. We will use these ABI files to connect our deployed smart contract with the front end. Here’s what the project structure looks like:
Copy file name to clipboardExpand all lines: Build a Petition Filing dApp on the Fuel Network/7. Run the dApp/1. Interact With the DApp.md
+10-6
Original file line number
Diff line number
Diff line change
@@ -8,24 +8,28 @@ We will walk you through each feature of the dApp and how you can interact with
8
8
9
9
1.**Connect your wallet:** Make sure that the Fuel wallet is set up in your system and already has some tokens. Then click on the “Connect Wallet” button. Remember to select the "Fuel Wallet" from the list of wallets.
2.**Create a campaign:** First of all, we will create a create campaign. Fill in the first field, set the number of deadlines, and click on “Create Campaign.” After creating the campaign remember to save the campaign ID somewhere. You’ll need the campaign ID to sign the petition, get information, or end it.
4.**Get campaign information:** To get information about the campaign and know its status, enter the campaign ID in the “info” field and click on “info”.
23
+
4.**End campaign:** To end the compaign, click on "Edit" and then "End" button.
0 commit comments