conache / capture-the-ether-ctf

My solutions to Capture the Ether CTF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capture The Ether

✅ My solutions to the Capture the Ether Challenge.

Development

  1. Install project dependencies
  yarn install
  1. Setup environment variables:
  • Create an .env file
  • Populate values specified in the .env.example file.

Running solutions

The solutions are implemented in this repo can be found in /scripts.

To run a solution script, you'll neet to run the following command:

npx hardhat run scripts/<script-name> --network rinkeby

About

My solutions to Capture the Ether CTF


Languages

Language:Solidity 61.2%Language:JavaScript 38.6%Language:Shell 0.1%