Solutions for smart contracts challenges Contract challenges source: https://github.com/Social-Engineering-Experts/SEETF-2022-Public/tree/main/smart-contracts Instructions 1. Clone this repository 2. Install all the project's dependencies npm install 3. Compile contracts npx hardhat compile 4. Run solutions npx hardhat run solutions/challenge*.js