Go to file
armedx86 3a24341cf6
Small refactors
2025-01-07 18:59:45 +01:00
.github/workflows
account_storage
accounts_from_snapshot
accounts_on_demand
common
simulate_from_snapshot
token_account_storage
.gitignore
Cargo.lock
Cargo.toml
LICENSE
README.md
run_clippy_fmt.sh
rust-toolchain.toml

README.md

Solana Lite Account Manager

This repository provides way to manage states of Accounts with slot progression. All processed accounts are stored in memory, processed accounts will be promoted to confirmed and finalized as their slots are finalized.

This project also enables to create a snapshot of all the account states at the moment.

This project is used in lite-rpc and quic geyser plugin.

solana account oQPnhXAbLbMuKHESaGrbXT17CyvWCpLyERSJA9HCYd7 -u http://localhost:10700 solana account oQPnhXAbLbMuKHESaGrbXT17CyvWCpLyERSJA9HCYd7 -u http://139.178.82.223:10700