Add README for NPM packages (#37)

This commit is contained in:
folex 2021-07-30 14:38:34 +03:00 committed by GitHub
parent 4d89f81960
commit ed4e1dd96a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 3 deletions

View File

@ -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
View 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).

View File

@ -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",

View 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).

View File

@ -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",

View File

@ -1,5 +1,7 @@
# Aqua DHT service
Rust implementation of the AquaDHT service.
## How to build .wasm
* Install dependencies