An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Logo

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).