registry/service/README.md
Aleksey Proshutisnkiy 3370a03777
Add tests to check republish_values/propagate_host_value; fix bugs (#36)
add initTopicAndSubscribeNode test
add evict -> republish -> clear expired test
fix bug with propagate_host_value and republish_values
2021-07-30 18:18:27 +03:00

457 B

Aqua DHT service

Rust implementation of the AquaDHT service.

How to build .wasm

  • Install dependencies
rustup toolchain install nightly-2021-03-24-x86_64-unknown-linux-gnu
rustup default nightly-2021-03-24-x86_64-unknown-linux-gnu
rustup target add wasm32-wasi
cargo install +nightly marine
  • Compile compile .wasm and generate aqua file
./build.sh

How to run tests

cargo test --release -- --test-threads=1