Js-waku chat app!

The js-waku CLI chat app example is now fully interoperable with nim-waku!

You can find a demo here.

You can find instructions to run the chat app yourself on js-waku GitHub repo. Please note this is alpha software.

Stay tune for more updates!

1 Like

Hello there,

I did some clean-up to make it easy for other to try out the CLI chat app.

Feel free to give it a go yourself by using the following instructions. This is very basic and aim to be a showcase. Do feel free to report any issue here or on GitHub.

To run the demo chat app, you need git, NodeJS) and npm.

git clone https://github.com/status-im/js-waku/ ; cd js-waku
npm install
npm run chat -- --staticNode /ip4/134.209.139.210/tcp/30303/p2p/16Uiu2HAmPLe7Mzm8TsYUubgCAW1aJoeFScxrLj8ppHFivPo97bUZ

Cheers!

Please note several people have reported issues. Preliminary investigation seems to point that it works best with node 14!