@relayprotocol/relay-bitcoin-wallet-adapter
Version:
A Bitcoin adapter for use in @relayprotocol/relay-sdk
14 lines (9 loc) • 328 B
Markdown
<h3 align="center">Relay Solana Wallet Adapter</h3>
### Installation
```
yarn add @relayprotocol/relay-bitcoin-wallet-adapter @relayprotocol/relay-sdk
```
Also make sure to install the peer dependencies required by the adapter if your application doesn't already include them:
```
yarn add viem @relayprotocol/relay-sdk
```