Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nazaire/solana-utils
- Owner: Nazaire
- License: mit
- Created: 2022-10-08T19:20:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T08:36:02.000Z (over 2 years ago)
- Last Synced: 2024-10-18T23:13:29.243Z (4 months ago)
- Topics: blockchain, solana, typescript, web3
- Language: TypeScript
- Homepage:
- Size: 141 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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) |