chapter3-code-1

PHOTO EMBED

Thu Mar 30 2023 09:31:56 GMT+0000 (Coordinated Universal Time)

Saved by @RareSkills

# install foundry
curl -L https://foundry.paradigm.xyz | bash

# clone the rareskills solidity exercises
git clone https://github.com/RareSkills/Solidity-Exercises.git

# clone the practice problems
git clone https://github.com/rareSkills/solidity-exercises.git

# go to the first problem
cd solidity-exercises/EverythingWorks

# test the setup
forge test
content_copyCOPY