找一台 ubuntu 主机
执行下面的命令
git clone https://github.com/AleoHQ/snarkOS.git --depth 1
cd snarkOS
./build_ubuntu.sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"
cargo install --path .
最后执行 snarkos account new 就可以创建新的钱包地址
cargo install 卡住的话,看 https://cloud.tencent.com/developer/article/1620144