Skip to content

Releases: MeshJS/wallet

v2.0.0-beta.1 (December 22nd, 2025)

22 Dec 05:57
d569112

Choose a tag to compare

MeshWallet - Beta

Initial implementation of the new MeshWallet class

Main classes -

InMemoryBip32

In memory implementation of BIP-32 for wallet derivations. The seed phrase / private key is stored in memory. Signing functionality is then derived from the stored secret.

BaseSigner

Implementation of signing using private keys. It is possible to directly create this object from a private key, or to use a BIP-32 secret to derive it.

CardanoAddress

Address manager, calculates addresses in either hex or bech32 format based on the payment and stake credential.

CardanoBaseWallet

Single address CIP-30 simulation class. Return types are based on CIP-30 standard.

MeshWallet

Extension to CardanoBaseWallet, parses CIP-30 standard returns and returns more easily consumable types.