注册这里不多赘述,最后的界面如下,复制HTTP Provider
1、 安装Rust
curl <https://sh.rustup.rs> -sSf | sh
2、安装Solna
sh -c "$(curl -sSfL <https://release.solana.com/v1.18.4/install>)"
接着将环境变量加入.bashrc
vim ~/.bashrc
PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
最终效果如下
3、 安装ORE
cargo install ore-cli
4、生成Solana地址