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

https://github.com/walletconnect/solana-wallet


https://github.com/walletconnect/solana-wallet

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# solana-wallet

Utility library to help manage wallet-based interactions on Solana.

## Installation

```bash
npm install solana-wallet
```

## Usage

For typical usage, see the [example implementation](https://github.com/WalletConnect/web-examples/blob/main/wallets/react-wallet-v2/src/lib/SolanaLib.ts).