@epicfaace/use-solana
v1.12.46
Published
Solana utilities for React applications.
Downloads
4
Readme
use-solana
Solana frontend library and TypeScript SDK. This SDK features:
- React hooks and providers for adding a Solana connection to your app
- Integrations with several popular wallets (full list here)
- Helpers for fetching token account balances and performing mathematical operations on tokens
Installation
First, run:
# If using NPM
npm install --save @saberhq/use-solana
# If using Yarn
yarn add @saberhq/use-solana
Documentation
The best way to learn is by example. Some examples:
- dApp Scaffold -- official Solana scaffold for dApps.
License
Apache 2.0