- 相关资料链接
- 官方部署文档 https://developer.aleo.org/testnet/getting_started/deploy_execute_demo/
- 查看链上所有的程序 https://explorer.hamp.app/programs
- 测试网领水 https://twitter.com/AleoFaucet
- Aleo SDK在线工具 https://aleo.tools/
- snarkOS源码 https://github.com/AleoHQ/snarkOS
- leo源码 https://github.com/AleoHQ/leo
- Aleo CSDN http://t.csdn.cn/BUUAx
安装相关软件
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
cargo --version
git clone https://github.com/AleoHQ/snarkOS.git --depth 1
cd snarkOS
cargo install