@alephium/web3-wallet
Version:
Simple wallets for Alephium
14 lines (9 loc) • 472 B
Markdown
# `@alephium/web3-wallet`
Wallet implementations for Alephium (HD wallet, private key wallet, node wallet).
## Build
This package uses a tsc dual-build to produce dual CJS/ESM output with proper type declarations. See the [monorepo README](../../README.md#build-system) for details on the build system, flags, and exports configuration.
```
pnpm build # Build CJS + ESM + types
pnpm check # Run publint + attw packaging checks
pnpm test # Run unit tests
```