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