Add Working with Multisig section to the cookbook #1677
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
adds a new section titled "Working with Multisig" to the Stellar cookbook. It includes instructions for creating multisig accounts and signing transactions on the Stellar ledger.
Why
there are no entries in the cookbook on how to work with multisig accounts. This feature is essential for users who want to implement enhanced security measures by requiring multiple signatures for transaction approvals
Known limitations
This section focuses solely on creating multisig accounts and signing transactions. Additional features related to multisig functionality may be addressed in future updates.
Users should ensure they have the necessary signer keys and understand the implications of the threshold settings before proceeding.