This is a fork of the original XLabs/wallet-aggregator-sdk.
A library to transparently interact with multiple blockchains
bun is used to manage the project. To install, simply clone the repo and run:
$ bun install$ bun run buildFor more information, check each package README:
| Package | Description |
|---|---|
| @wormhole-labs/wallet-aggregator-core | Base package. Provides the core Wallet abstractions |
| @wormhole-labs/wallet-aggregator-react | React Context component & hooks to interact with wallets |
| @wormhole-labs/wallet-aggregator-algorand | Wallet implementation for Algorand |
| @wormhole-labs/wallet-aggregator-aptos | Wallet implementation for Aptos |
| @wormhole-labs/wallet-aggregator-evm | Wallet implementation for EVM chains |
| @wormhole-labs/wallet-aggregator-injective | Wallet implementation for Injective |
| @wormhole-labs/wallet-aggregator-near | Wallet implementation for Near |
| @wormhole-labs/wallet-aggregator-solana | Wallet implementation for Solana |
| @wormhole-labs/wallet-aggregator-stacks | Wallet implementation for Stacks |
| @wormhole-labs/wallet-aggregator-xpla | Wallet implementation for XPLA |
| @wormhole-labs/wallet-aggregator-xrpl | Wallet implementation for XRPL |
| @wormhole-labs/wallet-aggregator-terra | Wallet implementation for Terra |