-
Notifications
You must be signed in to change notification settings - Fork 116
Home
lpgeiger edited this page Nov 13, 2020
·
49 revisions
Testing: https://github.com/OLSF/libra/wiki/Testing-0L
Local Dev Net: https://github.com/OLSF/libra/wiki/Start-a-network-locally-(libra-swarm)
Connect Client: https://github.com/OLSF/libra/wiki/Connect-a-client-to-network
Build everything
cargo build --all --bins --exclude cluster-test
Functional tests
cd language/move-lang/functional-tests && cargo test 0L
E2E tests
cd language/e2e-tests && cargo test 0l
Start swarm, storing configs to temp
cargo run -p libra-swarm -- --libra-node target/debug/libra-node -c swarm_temp/
Connect a client
cargo run -p cli -- -u http://localhost:8080 --chain-id 7 --waypoint <waypoint>
How to tests the debug-net
Guide to Move Language https://move-book.com/