mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-25 02:02:14 +00:00
README: Reorder blocks
This commit is contained in:
parent
9a729611c6
commit
8248315026
22
README.md
22
README.md
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user