Skip to content

SolixDB/crate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SolixDB – The Universal Solana Indexing Layer

One tool. Any RPC. Your database.


What is SolixDB?

SolixDB is an open-source developer tool that simplifies Solana blockchain indexing.
This crate currently serves as the official Rust namespace reservation for the future SolixDB Rust SDK.

The full implementation today is available for JavaScript/TypeScript:

A full Rust SDK is planned — this crate will eventually host native Solana indexing utilities written in Rust.


Current Status

This crate is a placeholder and contains only minimal code:

use solixdb::info;

fn main() {
    println!("{}", info());
}

About

SolixDB Rust SDK

Topics

Resources

License

Stars

Watchers

Forks

Languages