Skip to content

Conversation

@fryorcraken
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Aug 27, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs-waku-org Ready Ready Preview Comment Sep 26, 2025 1:28am

It is up to you how to generate an id. Every participant **must** have a different id.

```js
const senderId = generateRandomStringId();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am wondering if uuid would be enough here

Suggested change
const senderId = generateRandomStringId();
const senderId = uuid();

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to leave it up to the dev here because it is best if they persist it locally.

## Import Waku SDK

```shell
npm install @waku/[email protected]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's ok to mention @waku/[email protected] as we will have it released in a week or two

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
npm install @waku/sdk@0.0.35-4d5c152.0
npm install @waku/sdk@0.0.35

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will wait for the release to update doc.

Copy link
Contributor

@weboko weboko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, let's wait with this PR till logos-messaging/js-waku#2576 is merged

@fryorcraken fryorcraken merged commit 635b8f9 into develop Sep 26, 2025
3 checks passed
@fryorcraken fryorcraken deleted the reliable-channels branch September 26, 2025 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants