README: move aqua-book link to the top

This commit is contained in:
folex 2021-07-30 14:17:52 +03:00 committed by GitHub
parent 8248315026
commit d5f1d9848b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@
[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:
@ -9,7 +11,6 @@ See two examples in the [examples](./examples) directory:
- Writing an Aqua script using `aqua-dht`: [example.aqua](./examples/aqua/example.aqua)
## API
Documentation for `aqua-dht` can be found in [aqua-book](https://fluence.dev/aqua-book/libraries/aqua-dht).
API is defined in the [pubsub.aqua](./aqua/pubsub.aqua) module.