You can find complete writeups for this challenge elsewhere but come here if you need just a little nudge!WarmupI completed the challenges using hardhat and ethers.js library which has most of the stuff you’ll need.LotteriesGuess the numberJust call contract.guess(42), uh.Guess the secret numberYou can actually reverse a hash when the input value was a small number…Guess the random numberRemember, all data on the chain is public. ethers.js provides a function to read that data too.Guess the n...