What problem does it solve?
This skill simplifies the complex process of managing cryptographic keys, deriving addresses, and securely signing transactions and messages when working with the MultiversX SDK in JavaScript or TypeScript.
Core Features & Use Cases
- Account Management: Create, load, and save wallets using various methods like PEM files, keystores, or mnemonics.
- Key Derivation: Generate public keys and addresses from mnemonics or secret keys.
- Transaction & Message Signing: Securely sign transactions for network interactions and arbitrary messages for authentication.
- Ledger Integration: Support for signing operations using a Ledger hardware wallet for enhanced security.
- Use Case: A developer needs to securely send tokens from a user's wallet using the MultiversX SDK. This skill provides the necessary functions to load the user's wallet, construct the transaction, and sign it using their private key or Ledger device.
Quick Start
Use the mvx_sdk_js_wallets skill to generate a new mnemonic phrase.