Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Access Manager explorer note in the docs #4772

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/modules/ROOT/pages/access-control.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ For a call to be authorized, the caller must bear the role that is assigned to t

image::access-manager-functions.svg[AccessManager functions]

IMPORTANT: For a visual role explorer, the https://access-manager.openzeppelin.com/[AccessManager explorer] can be used for exploring the roles and permissions of a deployed AccessManager. Connecting a wallet is supported to detect and display the roles granted and functions that are available to it.

=== Using `AccessManager`

OpenZeppelin Contracts provides xref:api:access.adoc#AccessManager[`AccessManager`] for managing roles across any number of contracts. The `AccessManager` itself is a contract that can be deployed and used out of the box. It sets an initial admin in the constructor who will be allowed to perform management operations.
Expand Down