Skip to content

Nilay27/capture-the-ether

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title Description Progress
capture-the-ether
Solutions for Capture The Ether CTF
11600/11600

Challenges

  • 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)

Steps to setup in local

  • 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

About

Solutions to Capture The Ether CTFs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published