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

Add Working with Multisig section to the cookbook #1677

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Dhanraj30
Copy link
Contributor

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.

To create a multisig account on the Stellar ledger, use the `stellar account create` command with the desired thresholds. Here's how to do it:

```bash
stellar account create \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This command doesn't exist.

@willemneal
Copy link
Member

Were you able to walk through the steps and reproduce it yourself? It seems like commands that sounded right were used, but never tested.

@leighmcculloch leighmcculloch marked this pull request as draft November 6, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog (Not Ready)
Development

Successfully merging this pull request may close these issues.

3 participants