Skip to content

Files

Latest commit

cf553bf · Nov 4, 2018

History

History
27 lines (18 loc) · 368 Bytes

File metadata and controls

27 lines (18 loc) · 368 Bytes

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