{"id":13676694,"url":"https://github.com/solana-developers/solana-tools","last_synced_at":"2025-10-16T03:39:59.848Z","repository":{"id":176651146,"uuid":"658984793","full_name":"solana-developers/solana-tools","owner":"solana-developers","description":"List of Solana dev tools","archived":false,"fork":false,"pushed_at":"2024-05-29T13:27:56.000Z","size":58,"stargazers_count":124,"open_issues_count":8,"forks_count":36,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-07T15:52:41.767Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solana-developers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-26T23:14:15.000Z","updated_at":"2025-04-01T01:44:14.000Z","dependencies_parsed_at":"2024-01-14T17:05:36.176Z","dependency_job_id":"5fafbe6f-8f36-4940-8fd0-2a0f07c5854a","html_url":"https://github.com/solana-developers/solana-tools","commit_stats":null,"previous_names":["solana-developers/solana-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/solana-developers/solana-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solana-developers%2Fsolana-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solana-developers%2Fsolana-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solana-developers%2Fsolana-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solana-developers%2Fsolana-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solana-developers","download_url":"https://codeload.github.com/solana-developers/solana-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solana-developers%2Fsolana-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279147302,"owners_count":26114030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T13:00:31.435Z","updated_at":"2025-10-16T03:39:59.819Z","avatar_url":"https://github.com/solana-developers.png","language":null,"funding_links":[],"categories":["Tooling"],"sub_categories":["From the Docs"],"readme":"# Solana Tools\n\n🦀 List of all Solana dev tools 🪓\n\n## Publicly Available\n\n| Tool        | Description        | Tags          | Repository          |\n| ----------- | ------------------ | ------------  | ------------------  |\n| Solana Wallet Adapter | Allows out-of-the-box components for providing web users a way to connect their wallet | TypeScript, dApps | \u003chttps://github.com/solana-labs/wallet-adapter\u003e |\n| Solana Wallet Names | Resolves wallet names (.sol, glow, .abc, .backpack etc) to wallet addresses all of Solana, including 8 different name services and 5 different profile picture (PFP) services. | TypeScript, dApps | \u003chttps://github.com/portalpayments/solana-wallet-names\u003e\n| Anchor | Solana program framework | Rust, TypeScript, Programs, dApps | \u003chttps://github.com/coral-xyz/anchor\u003e |\n| AnchorPy | Anchor client library for Python | Python, dApps | \u003chttps://github.com/kevinheavey/anchorpy\u003e |\n| Amman | A set of tools to help test solana SDK libraries and apps on a locally running validator. | TypeScript, Rust, Testing | \u003chttps://github.com/metaplex-foundation/amman\u003e |\n| Shank | IDL generation from Solana Native Rust| Rust, Programs | \u003chttps://github.com/metaplex-foundation/shank\u003e |\n| Solita | Generates a TypeScript client for an IDL | TypeScript, Programs, dApps | \u003chttps://github.com/metaplex-foundation/solita\u003e |\n| Seahorse | Python framework for writing Solana programs | Python, Programs | \u003chttps://github.com/ameliatastic/seahorse-lang\u003e |\n| Solana NextJS Scaffold | Scaffold for getting up \u0026 running quickly with Solana \u0026 Next JS | TypeScript, dApps | \u003chttps://github.com/solana-labs/dapp-scaffold\u003e |\n| `npx create-solana-dapp` | CLI command to deploy a configurable Solana scaffold repository | TypeScript, dApps | \u003chttps://github.com/solana-developers/create-solana-dapp\u003e |\n| Oxylana Scaffold | Scaffold for quick-starting with Rust on Solana | Rust, Programs, dApps | \u003chttps://github.com/cavemanloverboy/oxylana\u003e |\n| Solana Unity SDK | Solana SDK for Unity game development | C#, C++, Unity, dApps, Games | \u003chttps://github.com/magicblock-labs/Solana.Unity-SDK\u003e |\n| SolNet | Solana SDK for .NET framework | C#, .NET, dApps | \u003chttps://github.com/bmresearch/Solnet\u003e |\n| Sol4k | Solana SDK for Kotlin | Kotlin, Java, dApps, Mobile | \u003chttps://github.com/sol4k/sol4k\u003e |\n| Underdog API | Seamlessly integrate dynamic NFTs into your product | API, dApps | \u003chttps://underdogprotocol.com/\u003e |\n| Concise Labs GraphQL API | GraphQL API for Solana program data | API, dApps | \u003chttps://api-docs.conciselabs.io/docs/get-started/GraphQL%20API\u003e |\n| Xray | Human-readable Solana transaction explorer powered by Helius | Explorer, Programs, dApps | \u003chttps://github.com/helius-labs/xray\u003e |\n| Better Call Sol | Open-source, web client (no setup) for composing and submitting Solana transactions | Programs, dApps, GUI | https://github.com/labeleven-dev/bettercallsol |\n| Clockwork | Smart contract automation engine | Rust, Programs | https://github.com/clockwork-xyz/clockwork |\n| QuickNode | Fastest Solana RPC with global coverage and full archival data | RPCs, API, NFT API, Developer Tools | \u003chttps://quicknode.com\u003e |\n| Chainstack | Suite of Web3 (including Solana) infrastructure services | Nodes, API, Data | \u003chttps://chainstack.com/\u003e |\n| Helius Labs | Solana's leading RPCs, APIs, Webhooks, and Data Infrastructure. | RPCs, API, Developer Tools, Compression | \u003chttps://github.com/helius-labs\u003e |\n| Stockpile | Community crowdfunding tools for a variety of projects and initiatives | Rust, Programs, dApps | \u003chttps://github.com/StockpileProtocol/stockpile\u003e |\n| Elusiv SDK | SDK for adding zk-privacy to dApps | TypeScript, dApps, Privacy | \u003chttps://github.com/elusiv-privacy/elusiv-sdk\u003e |\n| Metaboss | The Metaplex NFT 'Swiss Army Knife' tool | Rust, CLI, NFTs | \u003chttps://github.com/samuelvanderwaal/metaboss\u003e |\n| Nonci | API and SDK tool for queuing and executing transactions asynchronously using durable nonces to handle crazy bursts! | Typescript, SDK, API | \u003chttps://github.com/nonci-xyz\u003e |\n\n## In Development\n\n| Tool        | Description        | Tags          | Repository          |\n| ----------- | ------------------ | ------------  | ------------------  |\n| Ironforge | Serverless Solana deployment management | SaaS, Programs, dApps | Not yet public |\n| Lava Suite | GUI for managing local Solana development | GUI, Programs, dApps | Not yet public |\n| Soda | Converts a JSON IDL to source code | Rust, TypeScript, Programs, dApps | \u003chttps://github.com/Web3-Builders-Alliance/soda\u003e |\n| SolSync | Enables on-chain applications to fetch and deserialize off-chain data | CLI, Programs, dApps | \u003chttps://github.com/Web3-Builders-Alliance/SolSync\u003e |\n| CAVYAR | AI-powered code snippets \u0026 autocomplete for Solana programs | Rust, Programs | Not yet public |\n| Nautilus | SQL-native Rust framework for Solana programs | Rust, TypeScript, Python, Programs | \u003chttps://github.com/nautilus-project/nautilus\u003e  |\n| Solathon | Python SDK for backend Solana applications | Python, dApps | \u003chttps://github.com/SuperteamDAO/solathon\u003e  |\n| EspressoCash | Fliutter SDK for Solana | Flutter, dApps, Mobile | \u003chttps://github.com/espresso-cash/espresso-cash-public\u003e  |\n| SolCerberus | Role-based security layer for on-chain data access | Rust, TypeScript, Programs, dApps | Not yet public |\n| Omni3 | Workflow management for Solana dApps | SaaS, Programs, dApps | Not yet public |\n| BastCtrl Tools | Web-based Token/NFT utility toolbox | GUI, Programs, dApps | \u003chttps://github.com/BlastCtrl/blastctrl-tools\u003e  |\n| SolDisperse | Web-based Token/NFT distributor | GUI, Programs, dApps | \u003chttps://github.com/HotKeysInc\u003e |\n| HotKeys | GUI for managing software/Solana keys | GUI, Programs, dApps | Not yet public  |\n| Unreal Engine 5 SDK | Solana SDK for Unreal Engine 5 | C++, Unreal Engine, dApps, Games | \u003chttps://github.com/raresloth/carbon\u003e  |\n| Gamba | Create on-chain betting apps on Solana with zero deployments and no costs | TypeScript, dApps, Games | \u003chttps://github.com/gamba-labs/gamba\u003e  |\n| Carbon SDK | Bridges existing web2 game economies onto web3 | TypeScript, dApps, Games | \u003chttps://github.com/raresloth/carbon\u003e  |\n| Shadow Portal | Allows developers to summon off-chain data onto Solana | Rust, Programs | \u003chttps://github.com/raresloth/carbon\u003e  |\n| Space Operator | Diagram what you want to build and press play | No-Code, Programs, dApps | \u003chttps://github.com/space-operator\u003e  |\n| Triggr | No-code automation platform for power users on Solana | No-Code, Programs, dApps | Not yet public  |\n| BlokHost | Decentralised Web Hosting \u0026 dCDN | dApps, Infrastructure | \u003chttps://github.com/blokhost\u003e  |\n| Tiny Dancer | Light client for Solana | dApps, Infrastructure | \u003chttps://github.com/tinydancer-io\u003e  |\n| Candy Pay | Seamless, mobile-native payment SDK | TypeScript, dApps, Mobile | \u003chttps://github.com/candypay/elements\u003e  |\n| Saganize | Kotlin mobile development suite | Kotlin, Java, dApps, Mobile | \u003chttps://github.com/SAGAnize\u003e  |\n| Bokken | Debugger for Solana programs | Programs, Testing | \u003chttps://github.com/Blade-Labs-Corp/bokken\u003e  |\n| Arsnal | Debugging tools for Solana programs | Programs, Testing | \u003chttps://github.com/AnishDe12020/arsnal\u003e  |\n| SolStromm | CI/CD for Solana programs \u0026 dApps | YAML, Programs, dApps, CI/CD | \u003chttps://github.com/Adithya2907/solana-devops/\u003e  |\n| EventSnap | Leveraging on-chain events using an infrastructure-less approach | Rust, Programs, Logging | \u003chttps://github.com/event-snap/event-snap\u003e  |\n| Solex | VSCode extension to learn Solana development with bite-sized exercises | Rust, Programs, Learn | Not yet public |\n| anchor-errors | A TUI which acts as an explorer for errors of native programs (and other popular solana programs) | Rust, Programs, Logging | \u003chttps://github.com/0xmukesh/anchor-errors\u003e | \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolana-developers%2Fsolana-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolana-developers%2Fsolana-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolana-developers%2Fsolana-tools/lists"}