Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 530 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 530 Bytes

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