2021-07-27 12:44:27 +03:00
2021-06-17 12:32:41 +03:00
2021-07-13 19:24:26 +03:00
2021-07-15 17:36:34 +03:00
2021-07-27 12:44:27 +03:00
2021-07-13 19:24:26 +03:00
2021-06-02 21:01:27 +03:00
2021-07-13 19:24:26 +03:00
2021-06-17 19:26:55 +03:00
2021-04-26 10:45:28 +03:00
2021-06-02 21:01:27 +03:00
2021-04-20 13:12:38 +03:00
2021-07-13 19:02:46 +03:00

aqua-dht

Distributed Hash Table (DHT) implementation for the Fluence network with an Aqua interface.

Learn Aqua

Getting started

  • 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
  • Run tests
cargo test --release
  • Deploy service
./deploy.sh

How to Use

See the Aqua PubSub script

Deploy As A Builtin Service

See Tutorials

Description
Register, resolve and route Aqua requests
Readme Apache-2.0 59 MiB
Languages
Rust 53.7%
TypeScript 42.7%
Python 2.8%
Shell 0.7%