Set Up and Test a Smart Contract in Solidity

InstructorNoah Hein

Share this video with your friends

Send Tweet

We will use the Test.sol smart contract that Forge provides to turn your smart contract into something that can be tested. We'll configure the file using the setup function and successfully run our test suite.