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

Is it possible create publish an object via multisig using aptos CLI? #786

Open
AlexanderLiteplo opened this issue Jan 24, 2025 · 3 comments
Labels
cli All content under https://aptos.dev/en/build/cli documentation Improvements or additions to documentation Stale

Comments

@AlexanderLiteplo
Copy link

Url

https://aptos.dev/en/build/cli/working-with-move-contracts/multi-signature-tutorial#execute-the-governance-parameter-transaction

Describe the content issue

I would like to do something like this:

    const args = [
        'move',
        'create-object-and-publish-package',
        `--address-name=${address_name}`,
        `--named-addresses=${namedAddresses}`,
        '--json-output-file=publication.json',
        '--assume-yes'
    ]

So that I can create a transaction that can then be executed by a multi-sig wallet. However there is no json-output-file param and as far as I can see no way to do this.

Section

cli

@AlexanderLiteplo AlexanderLiteplo added the documentation Improvements or additions to documentation label Jan 24, 2025
@github-actions github-actions bot added the cli All content under https://aptos.dev/en/build/cli label Jan 24, 2025
Copy link

@gregnazario

@wagmitt
Copy link
Contributor

wagmitt commented Feb 7, 2025

I have an sample repo of how to deploy a code object using multisig here:

https://github.com/wagmitt/aptos-multisig-deployment

Might be useful @AlexanderLiteplo

Copy link

This issue is stale because it has been open 45 days with no activity. Remove the stale label or comment - otherwise this will be closed in 15 days.

@github-actions github-actions bot added the Stale label Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli All content under https://aptos.dev/en/build/cli documentation Improvements or additions to documentation Stale
Projects
None yet
Development

No branches or pull requests

3 participants
@AlexanderLiteplo @wagmitt and others