Deploy a Smart Contract to Localhost with scaffold-eth

Ryan Harris
InstructorRyan Harris
Share this video with your friends

Social Share Links

Send Tweet
Published 3 years ago
Updated 3 years ago

Simply deploy your smart contracts with the scaffold by running yarn deploy. Once deployed your can view your contract in the UI.

But, the default smart contract that comes with scaffold-eth isn’t useful for our NFT ticketing app. So, we’ll edit the contract to have a saleIsActive state and write a couple of functions that update the state to true or false