https://github.com/cardano-forge/weld
Weld - The last wallet connector you will need
https://github.com/cardano-forge/weld
cardano cross-chain cross-framework dapp javascript react svelte typescript wallet wallet-connector weld
Last synced: 3 months ago
JSON representation
Weld - The last wallet connector you will need
- Host: GitHub
- URL: https://github.com/cardano-forge/weld
- Owner: Cardano-Forge
- License: mit
- Created: 2024-04-11T19:37:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-22T18:33:01.000Z (3 months ago)
- Last Synced: 2026-04-22T20:27:21.160Z (3 months ago)
- Topics: cardano, cross-chain, cross-framework, dapp, javascript, react, svelte, typescript, wallet, wallet-connector, weld
- Language: TypeScript
- Homepage:
- Size: 894 KB
- Stars: 32
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Weld
The last wallet connector you will need
## Structure
```
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
```
## Packages
| Package | Description |
|---|---|
| [`@ada-anvil/weld`](./core) | Core library — wallet connections across Cardano, Ethereum, Polygon, Solana and Bitcoin |
| [`@ada-anvil/hodei-client`](./plugins/hodei) | Plugin adding Hodei wallet support |
## Getting Started
Requires Node.js and npm.
```bash
npm install
npm run build
```
## Development
```bash
npm run dev # watch mode across all packages
npm run lint # lint all packages
npm run test # test all packages
```
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md).