Skip to content

ishinu/Re-entrancy-Upgradeable-v3-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Re-Entrancy Hack Implementation

With the help of truffle, you can easily migrate this project and test in local machine blockchain ( Ganache ).

If you are not familier with it, feel free to check more ganache.

If you would like to deploy & test Re-Entrancy Hack on public testnet example Ropsten, you may find more details [here] (https://github.com/ishinu/Re-Entrancy-Hack-Upgradeable-).

Terminal commands to make this project run :

  • Must have Ganache installed in your local machine.
  • Start the Ganache server, move to your project folder in terminal and run npm install.
  • To deploy on Ganache : npx truffle migrate
  • Tests are not written in this project but if you would like to write some tests using chai.js or mocha.js you may do it. docs.

Test it out and learn as much!