Aleo官方生成的錢包地址教程

找一臺 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 就可以創建新的錢包地址

文檔在 https://github.com/AleoHQ/snarkOS#3b-run-an-aleo-prover

cargo install 卡住的話,看 https://cloud.tencent.com/developer/article/1620144

Last updated