Developer Tooling
Solder Framework is a TypeScript-based backend development toolkit for Solana dApps that combines blockchain indexing, database management via Drizzle ORM with PostgreSQL, automatic RESTful API generation, and optional GCP KMS wallet integration. The framework monitors Solana program events through RPC connections, processes them into structured database schemas, and exposes PostgREST-style query endpoints with filtering, sorting, and pagination capabilities. It features hot schema reloading during development, real-time terminal progress monitoring with performance metrics, and support for both self-hosted and managed cloud deployment configurations.