diff --git a/docs/build/javascript/index.md b/docs/build/javascript/index.md index 746b048..2687083 100644 --- a/docs/build/javascript/index.md +++ b/docs/build/javascript/index.md @@ -10,6 +10,14 @@ Currently, the JavaScript Waku SDK (`@waku/sdk`) is **NOT compatible** with Reac The [JavaScript Waku SDK](https://github.com/waku-org/js-waku) (`@waku/sdk`) provides a TypeScript implementation of the [Waku protocol](/) designed for web browser environments. Developers can seamlessly integrate Waku functionalities into web applications, enabling efficient communication and collaboration among users using the `@waku/sdk` package. +## Video Tutorials + +
+ + + +
+ ## Installation Install the `@waku/sdk` package using your preferred package manager: diff --git a/docs/run-node/index.md b/docs/run-node/index.md index e69e4ee..8c043ae 100644 --- a/docs/run-node/index.md +++ b/docs/run-node/index.md @@ -6,7 +6,11 @@ displayed_sidebar: runNode Nwaku is a lightweight and robust Nim client for running a Waku node, equipped with tools to monitor and maintain a running node. Nwaku is highly configurable, enabling operators to select the [protocols](/learn/concepts/protocols) they want to support based on their needs, motivations, and available resources. -![waku architecture](/img/architecture.png) +## Video Tutorials + +
+ +
This guide provides detailed steps to download, build, configure, and connect a `nwaku` node to the Waku Network. It also includes interacting with the node and finding its addresses.