TypeScript library for deterministic transaction compilation from WalletSuite prepared payloads.
Package name: @walletsuite/tx-compiler
This repository is being assembled in small reviewable commits.
The initial bootstrap includes:
- package metadata and release configuration
- TypeScript, linting, formatting, testing, and build setup
- CI and dependency update automation
- shared public types and structured error primitives
Chain compilers, runtime validation, and review helpers land in subsequent commits.
Node 20.19.0 or newer is required for the current dependency set.
npm install
npm run lint
npm run typecheck
npm test
npm run buildApache-2.0