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 --force
to install all the dependencies. npx hardhat compile
won't work, reason being missing.env
file. 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.