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

Multisig integration into mxpy #395

Open
wants to merge 10 commits into
base: feat/next
Choose a base branch
from
Open

Conversation

popenta
Copy link
Contributor

@popenta popenta commented Jan 11, 2024

mxpy is now able to interact with the multisig contract.

mxpy has a new command group called multisig where operations such as signing a proposed action, performing an action, adding board members and so on can be performed.

By using the mxpy tx new command, one can initiate a proposal to send native and customs tokens from the multisig contract to another address.

By using the mxpy contract deploy command, one can initiate a proposal to deploy a contract from source. Using the mxpy contract upgrade command, a proposal to upgrade a contract from source can be initiated.

By using the mxpy contract call command, a proposal to execute a contract call from the multisig can be initiated.

@popenta popenta self-assigned this Jan 11, 2024
@popenta popenta marked this pull request as draft January 11, 2024 10:58
@popenta popenta marked this pull request as ready for review January 17, 2024 10:31
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

Successfully merging this pull request may close these issues.

1 participant