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.
Testing on Solana #
- Fuzz tester
- Code coverage
- JavaScript Tests
- Rust Test
- Security Scanner
- Local Testing
- Program Best Practices
Contributing #
You can contribute to this Toolkit book on GitHub.