zishansami102 / capture-the-ether-sols

Executable solutions for all challenges from CaptureTheEther.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

capture-the-ether-sols

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

Executable solutions for all challenges from CaptureTheEther.com

License:MIT License


Languages

Language:JavaScript 52.9%Language:Solidity 46.9%Language:Shell 0.3%