You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change directory for each individual POC folders, then install hardhat
development environment to compile contracts and run them on simulated
environment.
npm i
To execute the attack, first start the hardhat local chain simulation
npx hardhat node
Then, simply run the attack scripts in numbered order. Supplement scripts to
view more details about the state of the attack is also provided without number.
npx hardhat run scripts/1-...
npx hardhat run scripts/2-...
npx hardhat run scripts/get-info.js