运行本地网络
开始
使用 Aptos-core 源码
git clone https://github.com/aptos-labs/aptos-core.git cd aptos ./scripts/dev_setup.sh source ~/.cargo/env
使用 Docker
# Linux / Mac touch genesis.blob aptos_root_key waypoint.txt # Windows fsutil file createnew genesis.blob 0 fsutil file createnew aptos_root_key 0 fsutil file createnew waypoint.txt 0 Run docker-compose: docker-compose up
和本地测试验证者网络交互
接下来的步骤
Last updated