elrond-sdk-erdpy icon indicating copy to clipboard operation
elrond-sdk-erdpy copied to clipboard

Multisig integration into mxpy

Open popenta opened this issue 1 year ago • 0 comments

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 avatar Jan 11 '24 10:01 popenta