Secure, fast, open-source tooling for Solana builders.
TokensHive is an open-source hub for engineers who want boringly correct on-chain plumbing: wallets, DEX SDKs, and deterministic market metrics—with tests and CI that match the seriousness of production.
Encryption-first vanity Solana wallet generator (Go CLI) · MIT
- Generate Solana Ed25519 keypairs with optional comma-separated prefix/suffix filters (case-insensitive and leet-style similarity optional).
- Multi-core search with
-workersand-timeoutfor predictable CPU use. - Writes a single AES-256 OpenPGP–encrypted
.json.gpgbundle; decrypt later with the same binary. - Cross-compile friendly; aimed at macOS / Linux / Windows workflows.
On-chain-first Go SDK for pool-level market metrics · MIT
- Single responsibility: compute price, liquidity, supply, market cap, and FDV for an explicit route:
(DEX, pool version, mintA, mintB, pool address). - Deterministic routing by
Dex + PoolVersion; protocol-native account decoding per supported market. - Documented public surface:
GetMetricsByPool, optional calculator factories for custom integrations. - Strong test/coverage discipline oriented toward production use.
Go SDK for Raydium with parity-oriented layout vs Raydium SDK V2 (TypeScript) · GPL-3.0
- Modular packages for Raydium features (liquidity, CLMM, CPMM, farms, markets, etc.—see repo layout).
- Strict statement coverage gate (100%) in CI; release automation and dependency update workflows.
- Go 1.25+. If you integrate this SDK, note the copyleft license differs from our MIT repos.
Items we’re still pushing toward—not necessarily in the repos above yet.
- Web3 utility packages shared across products
- Instruction and priority fee estimation helpers (DEX-aware, writable-account aware)
- Multi-DEX transaction / account parsers and instruction builders
- Deeper RPC resilience patterns (retries, fan-out, streaming) where it fits each library
High-throughput Solana transaction dispatch · API / commercial access
- Fast forwarding paths with HTTP / WebSocket / gRPC (as deployed for customers).
- Immediate status streaming on receipt; multi-tenant API key model.
- ACLs for IPs, CIDRs, and allowed domains.
- Tracking across multiple RPC nodes and Shredstream-class ingestion where configured.
Not open-sourced; contact TokensHive for access.
- Open source where it helps the ecosystem (see licenses per repo).
- Engineering-first: tests, coverage gates, and CI that match real operations.
- Explicit APIs: fewer surprises, clearer boundaries—especially for on-chain metrics and DEX math.
The best infra is built in public. Bug reports, docs fixes, and new pool integrations are welcome—start with Issues/PRs on the repo that fits, or open a discussion org-wide.
- Twitter: @TokensHive
- Discord: TokensHive Community
- Website: www.tokenshive.com
Build with us. The hive is buzzing. 🐝