1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# Project Arete SDK for Rust :: Developer's Guide ## Building ```shell $ cargo build --examples ``` ## Testing ```shell $ cargo test ``` ## Integration Testing ```shell $ TEST_ARETE_URL=wss://dashboard.test.cns.dev cargo test ```