ink icon indicating copy to clipboard operation
ink copied to clipboard

Describe permissioned account strategies for `upgradeable-examples`

Open cmichi opened this issue 3 years ago • 0 comments

We should document how you would implement a strategy for the upgrade-permissioned account in a production system. This should be done in the upgradeable-contracts/README.md.

The typical way would be to either have some governance mechanism for doing that or a set of privileged users that control a multi-signature account.

Substrate provides the proxy and multisig primitives for this purpose.

cmichi avatar Apr 22 '22 12:04 cmichi