Alex Popența

Results 7 comments of Alex Popența

### `mxpy contract` From now on, **mxpy** will use `sc-meta` for displaying the available contract templates and for creating a new contract using the available templates. For the `mxpy contract...

Two new sub-commands have been added for the `wallet` command group: - `mxpy wallet sign-message` - `mxpy wallet verify-message` ### mxpy wallet sign-message This command is used to sign a...

### mxpy wallet verify-message This command is used for verifying a previously signed message. It requires the `--address` argument which is the `bech32` address of the signer, the `--message` argument...

Hello, We've had a few requests regarding publishing `mxpy` as a Homebrew packaged, but we are currently discussing this internally. Will follow-up on this when we have an answer.

Hello, We are now at `mxpy v7.1.0` and as far as we've tested this, the issue does not persist anymore. The following command should work fine: `mxpy wallet new --format=pem...

Since **mxpy** is only forwarding the arguments to `sc-meta` I think this can be closed. If the issue still persists should be opened on the [mx-sdk-rs](https://github.com/multiversx/mx-sdk-rs) repository.

The issue was solved. An unit test was added in [this PR](https://github.com/multiversx/mx-sdk-js-core/pull/317) to ensure the issue is no longer persistent.