registry/README.md

23 lines
729 B
Markdown
Raw Normal View History

2022-02-24 16:37:58 +03:00
# Registry
2021-05-28 12:51:21 +03:00
2021-07-13 11:02:46 -05:00
[Distributed Hash Table](https://en.wikipedia.org/wiki/Distributed_hash_table) (DHT) implementation for the Fluence network with an Aqua interface.
2021-07-30 14:38:34 +03:00
## Documentation
See [Aqua Book](https://fluence.dev/aqua-book/libraries/registry).
2021-07-30 14:17:52 +03:00
2021-07-13 11:02:46 -05:00
## How to Use
2021-06-02 21:02:04 +03:00
2021-10-29 07:00:17 -05:00
See [example](./example):
2022-02-24 16:37:58 +03:00
- How to call [`registry`](./example/src/example.ts) function in TS/JS
- Writing an Aqua script using `registry`: [event_example.aqua](./example/src/aqua/event_example.aqua)
2021-06-02 21:02:04 +03:00
2021-07-28 13:53:38 +03:00
## API
2021-06-02 21:02:04 +03:00
API is defined in the [resources-api.aqua](./aqua/resources-api.aqua) module.
2021-07-30 14:16:38 +03:00
## Learn Aqua
* [Aqua Book](https://fluence.dev/aqua-book/)
* [Aqua Playground](https://github.com/fluencelabs/aqua-playground)
* [Aqua repo](https://github.com/fluencelabs/aqua)