Skip to content

check_roles.py instructions

Adam Stallard edited this page Nov 23, 2019 · 3 revisions

To check the smart contracts' roles you can use check_roles.py.

The script will check the events associated with adding and removing owner, pauser, and minter roles and output in chronological order events that indicate that a role was added or removed.

Steps

  1. git clone https://github.com/BrightID/Sponsorship-Subscriptions-SmartContracts
  2. cd Sponsorship-Subscriptions-SmartContracts/scripts/
  3. pip install -r requirements.txt
  4. python check_roles.py
Clone this wiki locally