Skip to content
New issue

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

Multi-sig solution #260

Closed
jimmychu0807 opened this issue Nov 10, 2023 · 2 comments
Closed

Multi-sig solution #260

jimmychu0807 opened this issue Nov 10, 2023 · 2 comments

Comments

@jimmychu0807
Copy link
Contributor

jimmychu0807 commented Nov 10, 2023

@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.

Is this enough for our use case?


If not, I also found two nice solutions on creating multi-sig account in Substrate chain:

  1. Multix

  2. PolkaSafe

To use the above two solutions, there is probably some integration work need to be done.

@ytqaljn
Copy link
Member

ytqaljn commented Nov 10, 2023

It seems that option 1 is enough to achieve our purpose.

@ytqaljn
Copy link
Member

ytqaljn commented Nov 13, 2023

@jimmychu0807
I've added them: #262

@ytqaljn ytqaljn closed this as completed Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants