weld/
├── core/ # @ada-anvil/weld — universal wallet connector
├── packages/
│ ├── tsconfig/ # @weld/tsconfig — shared TypeScript config
│ ├── utils/ # @weld/utils — shared utils
│ └── vite-plugins/ # @weld/vite-plugins — shared vite config plugins
├── plugins/
│ └── hodei/ # @ada-anvil/hodei-client — Hodei wallet plugin
└── apps/
└── playground/ # local dev & examples app
| Package | Description |
|---|---|
@ada-anvil/weld |
Core library — wallet connections across Cardano, Ethereum, Polygon, Solana and Bitcoin |
@ada-anvil/hodei-client |
Plugin adding Hodei wallet support |
Requires Node.js and npm.
npm install
npm run buildnpm run dev # watch mode across all packages
npm run lint # lint all packages
npm run test # test all packagesSee CONTRIBUTING.md.
