mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
Add README for NPM packages (#37)
This commit is contained in:
parent
4d89f81960
commit
ed4e1dd96a
@ -2,7 +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 the [Aqua Book](https://fluence.dev/aqua-book/libraries/aqua-dht).
|
||||
## Documentation
|
||||
See [Aqua Book](https://fluence.dev/aqua-book/libraries/aqua-dht).
|
||||
|
||||
## How to Use
|
||||
|
||||
|
5
aqua/README.md
Normal file
5
aqua/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Aqua scripts for AquaDHT
|
||||
Implementation of PubSub over AquaDHT service and low-level bindings for AquaDHT service.
|
||||
|
||||
## Documentation
|
||||
See [Aqua Book](https://fluence.dev/aqua-book/libraries/aqua-dht).
|
@ -16,7 +16,8 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/fluencelabs/aqua-dht.git"
|
||||
"url": "git+https://github.com/fluencelabs/aqua-dht.git",
|
||||
"directory": "aqua"
|
||||
},
|
||||
"keywords": [
|
||||
"aqua",
|
||||
|
5
aqua/target/typescript/README.md
Normal file
5
aqua/target/typescript/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# AquaDHT TypeScript API
|
||||
TypeScript API compiled from the [Aqua scripts](/aqua/).
|
||||
|
||||
## Documentation
|
||||
See [Aqua Book](https://fluence.dev/aqua-book/libraries/aqua-dht).
|
@ -13,7 +13,8 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/fluencelabs/aqua-dht.git"
|
||||
"url": "git+https://github.com/fluencelabs/aqua-dht.git",
|
||||
"directory": "aqua/target/typescript"
|
||||
},
|
||||
"keywords": [
|
||||
"aqua",
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Aqua DHT service
|
||||
|
||||
Rust implementation of the AquaDHT service.
|
||||
|
||||
## How to build .wasm
|
||||
* Install dependencies
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user