Skip to content

Commit

Permalink
Update src/cairo/authorization.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tarrence van As <tarrencev@users.noreply.github.com>
  • Loading branch information
ponderingdemocritus and tarrencev authored Aug 16, 2023
1 parent 825d5d4 commit 014487e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cairo/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Every time a `set!` is called in a `System`, the world checks if the `System` ha

### Providing Authorization

> It is essential to remember that the deployer of the Component is its owner, and only they can authorize Systems to update the Component.
> The deployer of the Component is its initial owner. A Component owner is able to grant the `owner` and `writer` roles. Only owners can grant a System the `writer` role which allows it to update the Component.
`sozo` offers a convenient tool to authorize systems.

Expand Down

0 comments on commit 014487e

Please sign in to comment.