Skip to content

Instantly share code, notes, and snippets.

@iphelix
Last active November 14, 2020 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iphelix/f0c59c4d6ffbaa662dbbfdbfc9b6aee7 to your computer and use it in GitHub Desktop.
Save iphelix/f0c59c4d6ffbaa662dbbfdbfc9b6aee7 to your computer and use it in GitHub Desktop.
Damn Vulnerable DeFi - Setup
% npm run
Lifecycle scripts included in :
test
npm run compile && npx mocha --timeout 5000 --exit --recursive test
available via `npm run-script`:
unstoppable
npm run compile && npx mocha --timeout 5000 --exit test/unstoppable/unstoppable.challenge.js
truster
npm run compile && npx mocha --timeout 5000 --exit test/truster/truster.challenge.js
naive-receiver
npm run compile && npx mocha --timeout 5000 --exit test/naive-receiver/naive-receiver.challenge.js
side-entrance
npm run compile && npx mocha --timeout 5000 --exit test/side-entrance/side-entrance.challenge.js
the-rewarder
npm run compile && npx mocha --timeout 5000 --exit test/the-rewarder/the-rewarder.challenge.js
selfie
npm run compile && npx mocha --timeout 5000 --exit test/selfie/selfie.challenge.js
compromised
npm run compile && npx mocha --timeout 5000 --exit test/compromised/compromised.challenge.js
puppet
npm run compile && npx mocha --timeout 5000 --exit test/puppet/puppet.challenge.js
compile
npx buidler compile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment