The solana-api provides utilities for interacting with the Solana blockchain. It offers functionality to query transaction data, monitor network health, and broadcast transactions, specifically:
- Provides an interface for communicating with the Solana backend, exposing methods to fetch transaction and account details, check node health, query staked amounts, and retrieve withdrawal histories.
- Includes functions for broadcasting transactions to the Solana network.
- Monitors transactions, retrieves staking data, and logs transaction history, ensuring the wallet’s state remains in sync with on-chain data.
Install the package via yarn
:
yarn add @exodus/solana-api
This project is licensed under the MIT License. You are free to use, modify, and distribute this software under the terms of the MIT License. For more details, see the LICENSE file.