Skip to main content

Wallet Packages

wallet-models

This package defines shared wallet and faucet connector contracts and provides factory utilities used to resolve connector implementations. It gives consuming libraries and tools a consistent integration surface so wallet operations can be swapped or extended without changing higher-level business logic.

wallet-connector-entity-storage

This package provides wallet and faucet connectors that persist address and balance state through entity storage abstractions. It is well suited for local workflows, deterministic tests, and integration scenarios where lightweight storage-backed wallet behaviour is needed.

wallet-connector-iota

This package integrates wallet and faucet operations with IOTA network services, including address generation, balance checks, and value transfers. It is useful when applications need practical connector behaviour aligned with node and faucet infrastructure in live or test environments.