mesh-wallet
Installation
SKILL.md
Mesh SDK Wallet Skill
AI-assisted Cardano wallet integration using @meshsdk/wallet.
Package Info
npm install @meshsdk/wallet
# or
npm install @meshsdk/core # includes wallet + transaction + provider
Two Wallet Types
| Type | Class | Use Case |
|---|---|---|
| Browser | MeshCardanoBrowserWallet |
Web apps - connect to Eternl, Nami, Flint, etc. |
| Headless | MeshCardanoHeadlessWallet |
Server-side, CLI, backend - from mnemonic/keys |
Related skills
More from meshjs/skills
mesh-transaction
Use when building Cardano transactions with MeshJS SDK. Covers MeshTxBuilder API for sending ADA, minting NFTs and tokens, spending from Plutus scripts, staking, governance voting, DRep registration, and multi-sig patterns. Includes correct method ordering, coin selection, fee calculation, and troubleshooting common Cardano transaction errors.
29mesh-core-cst
Use when working with low-level Cardano utilities via MeshJS core-cst package. Covers CBOR serialization and deserialization, Plutus data conversion, address resolution and parsing, CIP-8 message signing and verification, script parameterization with applyParamsToScript, native script hashing, and direct access to cardano-sdk types.
28