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.
