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
@tehsunnliu @ytqaljn
Without using any external solutions, the following demonstrate the default multi-sig UX in Polkadot. Is that enough for our use case?
We need to integrate pallet_multisig and pallet_proxy in CESS runtime, as shown in the Substrate codebase to use multi-sig feature.
pallet_multisig
pallet_proxy
Is this enough for our use case?
If not, I also found two nice solutions on creating multi-sig account in Substrate chain:
Multix
PolkaSafe
To use the above two solutions, there is probably some integration work need to be done.
The text was updated successfully, but these errors were encountered:
It seems that option 1 is enough to achieve our purpose.
Sorry, something went wrong.
@jimmychu0807 I've added them: #262
No branches or pull requests
@tehsunnliu @ytqaljn
Without using any external solutions, the following demonstrate the default multi-sig UX in Polkadot. Is that enough for our use case?
We need to integrate
pallet_multisig
andpallet_proxy
in CESS runtime, as shown in the Substrate codebase to use multi-sig feature.Is this enough for our use case?
If not, I also found two nice solutions on creating multi-sig account in Substrate chain:
Multix
PolkaSafe
To use the above two solutions, there is probably some integration work need to be done.
The text was updated successfully, but these errors were encountered: