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

Can I sign contract deployment transactions using Ledger hardware wallet? #349

Closed
andreibancioiu opened this issue Oct 23, 2023 · 4 comments
Assignees
Labels
FAQ Frequently asked question. question Further information is requested

Comments

@andreibancioiu
Copy link
Contributor

andreibancioiu commented Oct 23, 2023

Yes! 🚀

For example:

mxpy contract deploy --proxy=https://devnet2-gateway.multiversx.com --recall-nonce \
 --bytecode=counter.wasm --gas-limit=5000000 \
 --ledger --ledger-address-index=42 --send

Example of such a transaction on Devnet 2.

@andreibancioiu andreibancioiu added the question Further information is requested label Oct 23, 2023
@andreibancioiu andreibancioiu added the FAQ Frequently asked question. label Oct 23, 2023
@andreibancioiu andreibancioiu changed the title Can I sign contract deployment transactions using Ledger? Can I sign contract deployment transactions using Ledger hardware wallet? Oct 23, 2023
@FabriceDautriat
Copy link

Thanks a lot

@razvanphp
Copy link

razvanphp commented Oct 23, 2023

can we have this in the mxpy CLI cookbook? I see it mentioned in the documentation, but maybe it would be nice to explain better what --ledger-address-index=42 parameter is.

@andreibancioiu
Copy link
Contributor Author

andreibancioiu commented Oct 23, 2023

@razvanphp, yes, thanks for the suggestion 🙏

We have prepared a PR on docs, currently under internal review:

multiversx/mx-docs#725

@andreibancioiu
Copy link
Contributor Author

Docs updated: https://docs.multiversx.com/sdk-and-tools/sdk-py/mxpy-cli/#using-the-ledger-hardware-wallet.

@FabriceDautriat, @razvanphp, thank you 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FAQ Frequently asked question. question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants