1 مستودع
Tools that emit a standardized JSON interface description from Solana program source code for client tooling.
Distinct from Source Code Generators: No candidate covers generating a standardized JSON interface from Solana program source code.
Explore 1 awesome GitHub repository matching development tools & productivity · Interface Definition Language Generators. Refine with filters or upvote what's useful.
Anchor is a framework for building, testing, and deploying Solana smart contracts. It provides a Rust domain-specific language (DSL) that uses macro‑based instruction dispatch and derive‑macro account validation to automate ownership checks, discriminator enforcement, and serialization before instruction execution. The framework also includes a CLI toolchain for scaffolding, compiling, and managing contracts across workspaces, a test harness that simulates program execution with account manipulation and compute unit benchmarking, and an IDL generator that emits a standardized JSON interface fr
Emits a standardized JSON interface description from Solana program source code for client tooling.