Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 535 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 535 Bytes

SolidityAttackVector

In order to run the sample, it is expected that you are familiar with npm, truffle and ganache-cli. These three items need to be installed before running the sample application.

  • Open a new terminal and run ganache-cli (open a browser with installed metamask, copy the mnemonic to get accounts up and running)
  • Open a new terminal and run truffle compile
  • In the same terminal run truffle migrate --network development
  • Open a terminal and run npm install
  • In the same terminal run npm run dev