Skip to content

conache/ethernaut-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethernaut

✅ My solutions to the Ethernaut 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 you'll need to:

  • update the contract instance address in the script file
  • run the following command:
npx hardhat run scripts/<script-name> --network rinkeby

About

My solutions to the Ethernaut Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published