Ubuntu 配置 Sui 开发环境
操作系统:Ubuntu 22.04
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup update stable
sudo apt-get update
sudo apt-get install curl git-all cmake gcc libssl-dev pkg-config libclang-dev libpq-dev build-essential
安装 sui
cargo install --locked --git https://github.com/MystenLabs/sui.git --branch testnet sui
在 intellij 插件市场搜索安装 Sui Move Lanaguage
,点击安装即可
sui client new-env --alias testnet --rpc https://fullnode.testnet.sui.io:443
sui client new-env --alias mainnet --rpc https://sui-mainnet.nodeinfra.com:443
// 切换网络
sui client switch --env testnet
curl http://getsui.com/address/<ADDRESS>
// 导入钱包
sui keytool import <PATH>
// 切换address
sui client switch --address <ADDRESS>
// 当前保存的密钥
sui client addresses
// 当前启用的密钥
sui client active-address
星航计划 QQ群:79489587
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!