सामग्री तालिका
  • पृष्ठ संपादित करें
  • The Solana Toolkit

    Info

    This is a beta version of the Solana Toolkit, and is still a WIP. Please post all feedback as a GitHub issue here.

    The Solana Program development toolkit is published as the mucho npm package. The mucho command will be used to run most of the Solana program development tools - mucho tools, one cli.

    Install #

    Install the Solana Toolkit and mucho CLI with the following command:

    npx -y mucho@latest install

    Verify mucho was installed via:

    mucho --version

    For more information, go to Getting Started.

    Create a Project #

    pnpm create solana-program

    For more information, go to the Projects.

    Source code.

    Testing on Solana #

    Contributing #

    You can contribute to this Toolkit book on GitHub.