Title | Description | Progress |
---|---|---|
capture-the-ether |
Solutions for Capture The Ether CTF |
11600/11600 |
- Executable solutions for all challenges from CaptureTheEther.com
- Nickname - kumar.nilay
- Address -
0x0c1A47d859841275291feFF89C10c62886c29aF2
- DeployAContract (50 points)
- CallMe (100 points)
- ChooseANickname (200 points)
- GuessTheNumber (200 points)
- GuessTheSecretNumber (300 points)
- GuessTheRandomNumber (300 points)
- GuessTheNewNumber (400 points)
- PredictTheFuture (500 points)
- PredictTheBlockhash (750 points)
- TokenSale (500 points)
- TokenWhale (500 points)
- RetirementFund (500 points)
- Mapping (750 points)
- Donation (750 points)
- FiftyYears (2000 points)
- FuzzyIdentity (500 points)
- PublicKey (750 points)
- AccountTakeover (1500 points)
- AssumeOwnership (300 points)
- TokenBank (750 points)
- Install dependencies
yarn
-
Setup
.env
file with your own keys -
Compile all the contracts
npx hardhat compile
- Update challenge address in the test file and run challenge test to pass the challenges on Ropsten Network
npx hardhat test test/TokenBank.js --network ropsten