Dev Tools
Anchor.toml
📖O que é
The configuration file at the root of every Anchor project that defines program IDs, cluster endpoints, wallet paths, test scripts, and deployment settings. Key sections include [programs] (mapping program names to pubkeys per cluster), [provider] (default cluster and wallet), [scripts] (custom test commands), and [test] (test framework configuration). Anchor CLI commands read this file to determine build and deployment targets.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
Framework AnchorDev Tools
The most popular framework for building Solana programs in Rust. Anchor provides macros (#…
Ver termo →anchor init / anchor build / anchor testDev Tools
Anchor CLI commands for project lifecycle. `anchor init <name>` scaffolds a new project (p…
Ver termo →Solana CLIDev Tools
The official command-line tool for interacting with Solana clusters. Key commands: `solana…
Ver termo →