We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have several authorized actions that can be performed in the gateway architecture similar to EVM chains
Instead of using singular address for each action, we should look if we can setup a access control framework similar to what we have with EVM: https://www.notion.so/zetachain/Smart-Contract-V2-Access-Control-46caa81233c94af49ab1f9151c0c672d
Example: instead of having account that can withdraw, we have a withdrawer role that some account can be attached to.
To check: https://docs.rs/anchor-lang/latest/anchor_lang/attr.access_control.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have several authorized actions that can be performed in the gateway architecture similar to EVM chains
Instead of using singular address for each action, we should look if we can setup a access control framework similar to what we have with EVM: https://www.notion.so/zetachain/Smart-Contract-V2-Access-Control-46caa81233c94af49ab1f9151c0c672d
Example: instead of having account that can withdraw, we have a withdrawer role that some account can be attached to.
To check: https://docs.rs/anchor-lang/latest/anchor_lang/attr.access_control.html
The text was updated successfully, but these errors were encountered: