Solana Foundation open-sources tokens directory and API for verified assets

1 week ago 18



The Solana Foundation just made the entire codebase behind its verified tokens directory publicly available on GitHub. The repository, which powers tokens.xyz, serves as the canonical source for curated digital asset data on the Solana blockchain. What actually shipped The repository, hosted at github.com/solana-foundation/tokens, contains everything needed to run the tokens.xyz platform. That includes Next.js frontends, backend services deployed on Google Cloud Platform’s Cloud Run, and a database layer built on Postgres. The initial public release of the monorepo appeared around August 7, with the formal open-source announcement following on August 10. The tech stack leans heavily on modern tooling: Next.js 16, TypeScript, Clerk authentication, ClickHouse for analytics, and Redis for caching. One important distinction: this isn’t an exhaustive list of every token ever minted on Solana. The directory focuses on “canonical assets,” meaning curated, verified entries. Why open-sourcing matters here By open-sourcing the codebase, the Solana Foundation is making a few implicit promises. First, anyone can inspect how verification decisions are made. Second, developers can self-host the ...

Read Entire Article