✅ My solutions to the Capture the Ether Challenge.
- Install project dependencies
yarn install
- Setup environment variables:
- Create an .env file
- Populate values specified in the .env.example file.
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