Skip to content
lpgeiger edited this page Nov 13, 2020 · 49 revisions

0L Resources

Start here

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

Shortcuts

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>

Debug-Net

How to tests the debug-net

Client and Node QA

Reading

Guide to Move Language https://move-book.com/

Clone this wiki locally