-
Notifications
You must be signed in to change notification settings - Fork 0
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.
git clone https://github.com/BrightID/Sponsorship-Subscriptions-SmartContracts
cd Sponsorship-Subscriptions-SmartContracts/scripts/
pip install -r requirements.txt
python check_roles.py