In this project, Fallback.sol is a contract which is vulnurable and our task is to :
- Claim the ownership
- Withdraw all the Ethers.
- Clone the project using
git clone https://github.com/ishinu/OpenZeppelin-Ethernaut-Level-1- - Run
npm install( If any issue comes ) ..npm install --forceto install all the dependencies. npx hardhat compilewon't work, reason being missing.envfile. If you are looking to deploy this project on any public testnet eg Rinkeby, Ropsten, Goerli etc., you may follow these few easy Steps and you areDeploy Ready!.
Remix-IDE is a platform where you can write, debug and deploy your smart contracts.