mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-01-07 07:13:12 +00:00
released!
This commit is contained in:
parent
b4dd39b75c
commit
58fbf055e0
@ -12,7 +12,7 @@ This is an experimental feature and has a number of [limitations](https://github
|
|||||||
## Import Waku SDK
|
## Import Waku SDK
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
npm install @waku/sdk@0.0.35-4d5c152.0
|
npm install @waku/sdk@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
Or using a CDN, note this is an ESM package so `type="module"` is needed.
|
Or using a CDN, note this is an ESM package so `type="module"` is needed.
|
||||||
@ -22,7 +22,7 @@ Or using a CDN, note this is an ESM package so `type="module"` is needed.
|
|||||||
import {
|
import {
|
||||||
createLightNode,
|
createLightNode,
|
||||||
ReliableChannel
|
ReliableChannel
|
||||||
} from 'https://unpkg.com/@waku/sdk@0.0.35-4d5c152.0/bundle/index.js';
|
} from 'https://unpkg.com/@waku/sdk@latest/bundle/index.js';
|
||||||
|
|
||||||
// Your code here
|
// Your code here
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user