Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nazaire/solana-utils

A collection of utilities to make interacting with the Solana blockchain quick and easy
https://github.com/nazaire/solana-utils

blockchain solana typescript web3

Last synced: 10 days ago
JSON representation

A collection of utilities to make interacting with the Solana blockchain quick and easy

Awesome Lists containing this project

README

        

# solana-utils

A collection of libraries to simplify and optimise your interactions with the Solana blockchain.

## Packages

| Package | Description | Version | Docs |
| :------------------------ | :------------------------------------------------------ | :--------------------------------------------------------------- | :---------------------------------------------------------------------------------- |
| `@nazaire/account-loader` | Account DataLoader for batching getAccountInfo requests | ![npm](https://img.shields.io/npm/v/@nazaire/account-loader.svg) | [README](https://github.com/Nazaire/solana-utils/tree/main/packages/account-loader) |
| `@nazaire/account-cache` | IndexedDB Account cache for browsers | ![npm](https://img.shields.io/npm/v/@nazaire/account-cache.svg) | [README](https://github.com/Nazaire/solana-utils/tree/main/packages/account-cache) |
| `@nazaire/solana-utils` | General utilities | ![npm](https://img.shields.io/npm/v/@nazaire/solana-utils.svg) | [README](https://github.com/Nazaire/solana-utils/tree/main/packages/solana-utils) |