Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 3.07 KB

File metadata and controls

71 lines (44 loc) · 3.07 KB

Roles and Permissions Setup


Instructions for adding a Role Admin

In JustGems contract, grant DEFAULT_ADMIN_ROLE

In JustGemsData contract, grant DEFAULT_ADMIN_ROLE

In JustGemsIndex contract, grant DEFAULT_ADMIN_ROLE

In JustGemsSale contract, grant DEFAULT_ADMIN_ROLE

In JustGemsStore contract, grant DEFAULT_ADMIN_ROLE


Instructions for adding a Contract Admin

In JustGems contract, grant CURATOR_ROLE

In JustGemsIndex contract, grant CURATOR_ROLE


Instructions for adding a Store Manager

In JustGemsData contract, grant CURATOR_ROLE

In JustGemsSale contract, grant CURATOR_ROLE


Instructions for adding a Store Consumer

In JustGemsStore contract, grant STORE_ROLE


Instructions for adding a Funder

In JustGemsSale contract, grant FUNDER_ROLE