We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d910ee8 + 0d2a2d2 commit 745ef57Copy full SHA for 745ef57
README.md
@@ -36,15 +36,19 @@ Useful resources:
36
- Educational Resource: https://github.com/austintgriffith/scaffold-eth
37
- Project Starter: https://github.com/abarmat/solidity-starter
38
39
-### 2) Deploy your contract
+### 2) Write tests
40
+
41
+Make sure that all your code is tested properly
42
43
+### 3) Deploy your contract
44
45
Deploy the contract to any Ethereum testnet of your preference. Keep record of the deployed address.
46
47
Bonus:
48
49
- Verify the contract in Etherscan
50
-### 3) Interact with the contract
51
+### 4) Interact with the contract
52
53
Create a script (or a Hardhat task) to query the total amount of ETH held in the contract.
54
0 commit comments