Skip to content

๐Ÿ” Diamond proxy implementation of OpenZeppelin's AccessControl

License

Notifications You must be signed in to change notification settings

Mc01/lib-access-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Lib Access Control

Installation

npm i git+https://github.com/Mc01/lib-access-control.git

Usage

Import and use directly in your Diamond Proxy:

// create admin user
LibAccessControl.createAdmin(msg.sender);

// grant specific role
LibAccessControl.grantRole(role, msg.sender);

About

๐Ÿ” Diamond proxy implementation of OpenZeppelin's AccessControl

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published