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%