1.0.4 • Published 4 years ago
@glow-app/solana-client v1.0.4
@glow-app/solana-client
The @glow-app/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
Installing
# npm
npm install @glow-app/solana-client
# yarn
yarn add @glow-app/solana-client
# pnpm
pnpm install @glow-app/solana-client