Skip to content

Commit

Permalink
Explain better what granting permission means
Browse files Browse the repository at this point in the history
  • Loading branch information
pinosu committed Oct 11, 2024
1 parent 88353d9 commit 6f2ef20
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/pages/wasmd/getting-started/permissions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,12 @@ The output looks similar to this:

## Contract Permissions

This section details how to grant and query permissions for storing, executing, and migrating Wasm
Granting permissions allows an address to delegate abilities such as performing `store-code`,
`execute`, or `migrate` operations to another address. To grant a permission, the granter must have
that permission. This means that only users who are authorized to perform an action can delegate
that ability to others.

This section explains how to grant and query permissions for storing, executing, and migrating Wasm
contracts on the blockchain.

### Store Code Authorization
Expand Down

0 comments on commit 6f2ef20

Please sign in to comment.