1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
# Project Arete SDK for Rust ## Development Environment Install Rust, then: ```shell $ cargo add arete-sdk ``` ## Testing ```shell $ cargo test ``` ## Integration Testing ```shell $ TEST_ARETE_URL=wss://dashboard.test.cns.dev cargo test ```