From 196b2c3eae8ac7ac759138570f798ea7ac0eecd6 Mon Sep 17 00:00:00 2001 From: LordGhostX Date: Tue, 30 May 2023 14:48:15 +0100 Subject: [PATCH] update glossary --- docs/getting-started/reference/glossary.md | 4 ++-- docs/guides/sdks-and-nodes.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/getting-started/reference/glossary.md b/docs/getting-started/reference/glossary.md index a30ebc1..f993608 100644 --- a/docs/getting-started/reference/glossary.md +++ b/docs/getting-started/reference/glossary.md @@ -8,7 +8,7 @@ Definitions and usage of the terminology used in the Waku ecosystem. ### Bootstrapping -Bootstrapping is the process where a Waku node [discovers](#peer-discovery) and connects with other [peers](#peer) in the network. +Bootstrapping is the initial [peer discovery](#peer-discovery) process where new [nodes](#node) on the network locate and establish connections with one another. ### Content Topic @@ -64,7 +64,7 @@ A peer refers to other [nodes](#node) and participants of the [Waku network](#wa ### Peer Discovery -Peer discovery (also known as [bootstrapping](#bootstrapping)) is the process where a [node](#node) locates and connects with other [peers](#peer) to establish communication and exchange information. +Peer discovery is the process where a [node](#node) locates and connects with [peers](#peer) to establish communication and exchange information. ### Peer Exchange diff --git a/docs/guides/sdks-and-nodes.md b/docs/guides/sdks-and-nodes.md index bdf20c1..993f386 100644 --- a/docs/guides/sdks-and-nodes.md +++ b/docs/guides/sdks-and-nodes.md @@ -19,7 +19,7 @@ Waku is implemented in multiple SDKs, allowing it to easily integrate with diffe | SDK | Description | Documentation | | - | - | - | | [js-waku](https://github.com/waku-org/js-waku) | JavaScript/TypeScript SDK designed for browser environments | | -| [nwaku](https://github.com/waku-org/nwaku) | Nim SDK for running a standalone node and access the Waku network | | +| [nwaku](https://github.com/waku-org/nwaku) | Nim SDK for running a standalone node and accessing the Waku network | | | [go-waku](https://github.com/waku-org/go-waku) | Golang SDK designed for integration with Golang applications, includes C bindings for usage in C/C++, C#/Unity, Swift, and Kotlin | | | [waku-rust-bindings](https://github.com/waku-org/waku-rust-bindings) | Rust wrapper using `go-waku` bindings designed for integration in Rust applications | | @@ -37,6 +37,6 @@ Waku provides integrations tailored for mobile applications, enabling Waku to op | Implementation | Description | Documentation | | - | - | - | -| [waku-ui](https://github.com/waku-org/waku-ui) | React components and UI adapters designed for seamless integration with `js-waku` | | -| [@waku/create-app](https://www.npmjs.com/package/@waku/create-app) | Starter kit to bootstrap your next Waku project from various example templates | | +| [@waku/react](https://www.npmjs.com/package/@waku/react) | React components and UI adapters designed for seamless integration with `js-waku` | | +| [@waku/create-app](https://www.npmjs.com/package/@waku/create-app) | Starter kit to bootstrap your next `js-waku` project from various example templates | | | JSON-RPC API | `JSON-RPC` API interface provided by `nwaku` and `go-waku` to access the Waku network | | \ No newline at end of file