hyperstack-stacks
Protocol stacks for Hyperstack - ready-to-use Solana data streams.
Installation
[]
= "0.2"
Or with specific features:
[]
= { = "0.2", = false, = ["pumpfun"] }
Features
| Feature | Default | Description |
|---|---|---|
pumpfun |
Yes | PumpFun token streaming |
full |
No | Enables all stacks |
Usage
use *;
use ;
async
Available Stacks
PumpFun Token Stack
Real-time streaming data for PumpFun tokens on Solana.
use ;
Entity: PumpfunToken
| Field | Type | Description |
|---|---|---|
id |
PumpfunTokenId |
Token identifiers (mint, bonding curve) |
info |
PumpfunTokenInfo |
Token metadata (name, symbol, URI) |
reserves |
PumpfunTokenReserves |
Current reserve state and pricing |
trading |
PumpfunTokenTrading |
Trading statistics and metrics |
events |
PumpfunTokenEvents |
Recent buy/sell/create events |
Dependencies
This crate depends on hyperstack-sdk for the core streaming functionality.
License
MIT