Skip to content

Latest commit

 

History

History

2-access-control

Access Control Attack

Code Examples:

TBC

Quick start

1. starting TestNet

Open a new terminal in order to start start ganache-cli.

    $ ganache-cli
2. Using terminal 2

install, compile and migrate the following contracts

    $ npm install
    $ npm run compile
    $ npm run migrate 

References:

TBC