Skip to content

Commit 439107c

Browse files
authored
Merge pull request #97 from fystack/chore/update-readme
Update stability status
2 parents 9f8cff9 + cc0bfb0 commit 439107c

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A production-ready indexer that parses every on-chain transaction, matches desti
2222

2323
## Key Features
2424

25-
- **12+ Chains** — Ethereum, BSC, TRON, Polygon, Arbitrum, Optimism, Bitcoin, Solana, Aptos, Sui, Cosmos, TON
25+
- **14+ Chains** — Ethereum, BSC, TRON, Polygon, Arbitrum, Optimism, Bitcoin, Solana, Aptos, Sui, Cosmos, TON, XRP, Stellar
2626
- **Real-time + Historical** — Four cooperating workers cover live blocks, gap backfill, failed retries, and manual rescans
2727
- **Bloom Filter Matching** — Sub-millisecond address lookups against millions of addresses with near-zero memory overhead
2828
- **NATS JetStream Events** — Matched transactions streamed instantly for downstream processing
@@ -101,7 +101,7 @@ flowchart TB
101101
| Historical backfill | Built-in (catchup + manual workers) | Re-index subgraph | Limited | Manual |
102102
| Latency | Block time (~1-12s) | Minutes (indexing delay) | Seconds | Block time |
103103
| Cost | Infra only | Hosted fees or infra | Per-event pricing | Infra only |
104-
| Non-EVM support | BTC, SOL, TRON, Aptos, Sui, Cosmos, TON | EVM only | EVM only | Per-chain effort |
104+
| Non-EVM support | BTC, SOL, TRON, Aptos, Sui, Cosmos, TON, XRP, Stellar | EVM only | EVM only | Per-chain effort |
105105

106106
## Supported Chains
107107

@@ -114,11 +114,13 @@ flowchart TB
114114
| Optimism | EVM | Stable |
115115
| TRON | TRON | Stable |
116116
| Bitcoin | UTXO | Stable |
117-
| Solana | SVM | Stable |
118-
| Aptos | Move | Stable |
119-
| Sui | Move | Stable |
120-
| Cosmos (Hub, Osmosis, Celestia) | Cosmos | Stable |
121-
| TON | TON | Stable |
117+
| Solana | SVM | Beta |
118+
| Aptos | Move | Beta |
119+
| Sui | Move | Beta |
120+
| Cosmos (Hub, Osmosis, Celestia) | Cosmos | Beta |
121+
| TON | TON | Beta |
122+
| XRP | XRP Ledger | Beta |
123+
| Stellar | Stellar | Beta |
122124

123125
---
124126

0 commit comments

Comments
 (0)