README: Reorder blocks

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

View File

@ -2,19 +2,19 @@
[Distributed Hash Table](https://en.wikipedia.org/wiki/Distributed_hash_table) (DHT) implementation for the Fluence network with an Aqua interface.
## 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
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.
## Learn Aqua
* [Aqua Book](https://fluence.dev/aqua-book/)
* [Aqua Playground](https://github.com/fluencelabs/aqua-playground)
* [Aqua repo](https://github.com/fluencelabs/aqua)
## How to Use
See two examples in the [examples](./examples) directory:
- Writing an Aqua script using `aqua-dht`: [example.aqua](./examples/aqua/example.aqua)
- Calling `aqua-dht` functions in TS/JS: [examples/typescript](./examples/typescript)
## 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.