Skip to content

Commit 745ef57

Browse files
author
Lucas Lain
authored
Merge pull request #2 from exactly-finance/ll/writeTests-1
Update README.md
2 parents d910ee8 + 0d2a2d2 commit 745ef57

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,19 @@ Useful resources:
3636
- Educational Resource: https://github.com/austintgriffith/scaffold-eth
3737
- Project Starter: https://github.com/abarmat/solidity-starter
3838

39-
### 2) Deploy your contract
39+
### 2) Write tests
40+
41+
Make sure that all your code is tested properly
42+
43+
### 3) Deploy your contract
4044

4145
Deploy the contract to any Ethereum testnet of your preference. Keep record of the deployed address.
4246

4347
Bonus:
4448

4549
- Verify the contract in Etherscan
4650

47-
### 3) Interact with the contract
51+
### 4) Interact with the contract
4852

4953
Create a script (or a Hardhat task) to query the total amount of ETH held in the contract.
5054

0 commit comments

Comments
 (0)