mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
946 B
946 B
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