# cargo-r3 这是一个快速构建 rustweb3 app 的工具。 ## 安装 ```shell cargo install --git https://github.com/rustweb3/cargo-r3.git --branch main ``` ## 初始化项目 ```shell cargo r3 new --app-type solana hello ```