diff --git a/README.md b/README.md index c335656..9e95c0e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/aqua/README.md b/aqua/README.md new file mode 100644 index 0000000..039a5bf --- /dev/null +++ b/aqua/README.md @@ -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). diff --git a/aqua/package.json b/aqua/package.json index 2e0f1cb..e46bbc9 100644 --- a/aqua/package.json +++ b/aqua/package.json @@ -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", diff --git a/aqua/target/typescript/README.md b/aqua/target/typescript/README.md new file mode 100644 index 0000000..b6d5c1d --- /dev/null +++ b/aqua/target/typescript/README.md @@ -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). diff --git a/aqua/target/typescript/package.json b/aqua/target/typescript/package.json index 9dab8d4..8b19365 100644 --- a/aqua/target/typescript/package.json +++ b/aqua/target/typescript/package.json @@ -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", diff --git a/service/README.md b/service/README.md index 3da7235..8f4aecb 100644 --- a/service/README.md +++ b/service/README.md @@ -1,5 +1,7 @@ # Aqua DHT service +Rust implementation of the AquaDHT service. + ## How to build .wasm * Install dependencies