# aqua-dht [Distributed Hash Table](https://en.wikipedia.org/wiki/Distributed_hash_table) (DHT) implementation for the Fluence network with an Aqua interface. Documentation for `aqua-dht` can be found in [aqua-book](https://fluence.dev/aqua-book/libraries/aqua-dht). ## How to Use See two examples in the [examples](./examples) directory: - Calling `aqua-dht` functions in TS/JS: [examples/typescript](./examples/typescript) - Writing an Aqua script using `aqua-dht`: [example.aqua](./examples/aqua/example.aqua) ## API API is defined in the [pubsub.aqua](./aqua/pubsub.aqua) module. ## Learn Aqua * [Aqua Book](https://fluence.dev/aqua-book/) * [Aqua Playground](https://github.com/fluencelabs/aqua-playground) * [Aqua repo](https://github.com/fluencelabs/aqua)