xchain-solana
Client that allows to perform operations on the Solana blockchain abstracting developers from its particularities, thus allowing developers to focus on their projects. The Solana client is built on top of @solana/web3.js and the suite of packages developed by the Metaplex foundation.
If you want to read more about Solana blockchain, go to its official web site
Features
Thanks to the Solana client you will be able to:
Get the Solana and tokens balances that an address owns
Generate addresses given a secret phrase
Transfer Solana and tokens to another address
Get details of a transaction
Get address transaction history
Address Generation
It supports the BIP44 path derivations
. By default, the account is 0. - m/44'/501'/
Explorer URL
Mainnet: https://explorer.solana.com/
Stagenet: https://explorer.solana.com/
Last updated