The `@glow-xyz/solana-client` gives you a client to interact with the [Solana JSON RPC API](https://docs.solana.com/developing/clients/jsonrpc-api).
@glow-xyz/solana-clientThe @glow-xyz/solana-client gives you a client to interact with the Solana JSON RPC API.
This is a replacement for the Connection object in the @solana/web3.js library.
There are a few differences between this client and @solana/web3.js:
- the types are a bit easier to use
- the requests are less opinionated
- coming soon
- we can add middleware to track performance / handle errors
``shnpm
npm install @glow-xyz/solana-client