Solana 智能合约入门教程与示例代码。
Solana smart contract tutorials with code examples.
一个为零基础开发者准备的系列教程,从环境搭建到标准代币的完整开发流程:
Beginner-friendly guide to Solana smart contract development, covering everything from setup to token minting:
hello_sol/ – 配套 HelloWorld 合约工程
(A simple HelloWorld contract project)
usdt_clone/ – 自定义 USDT 合约工程
(A custom USDT-like token implementation)
usdt_spl/ – 使用 SPL 库构建标准代币
(A token contract using the official SPL libraries)
欢迎对本系列教程提出建议、指出错误或贡献补充内容。你可以直接提 PR,也可以通过 issue 交流。
Feel free to open issues or pull requests if you spot any mistakes or want to contribute improvements.