Commit Graph

7 Commits

Author SHA1 Message Date
Sasha 7526e205e2
chore: update waku deps (#261)
* update waku deps

* update craco

* update light-chat

* up light-js

* up noise-js

* up noise-rtc

* up relay-js

* up react relay

* up rln-js

* up store-js

* up store react

* up protons deps for web chat
2023-08-07 13:15:01 +02:00
Sasha 9190da0e0d
feat: use @waku/sdk for basic examples (#241)
* use @waku/sdk for light-js

* use sdk and latest utils

* fix import

* use sdk and utils for noise-rtc

* migrate relay-js

* migrate rln-js
2023-06-21 00:25:25 +02:00
Sasha cb8fbe854b
chore: use filter as IReceiver for noise (#239)
* update noise examples
* use latest waku
2023-06-01 23:20:05 +02:00
Sasha 21e8c705dc
chore: update noise-js & noise-rtc (#223)
* update noise-js
* migrate noise-rtc
* update waku versions
2023-04-04 23:39:03 +02:00
Sasha ac65ea29d5
fix: noise-rtc copy of artefacts 2023-01-28 02:09:40 +01:00
Sasha d673c76491
chore: noise-js and noise-rtc style issues and configuration 2023-01-27 23:46:36 +01:00
Sasha 95d13a52db
PoC of WebRTC signalling exchange through @waku/noise (#186)
* init PoC from noise example

* reimplement webrtc logic, add sending of ice candidate to a peer

* add RTC abstractions and pretify code

* finalize rtc connection

* fix sending of the message

* add favicon and manifest, rename package, rename build folder

* add README with details

* fix styling

* add new stage for the example
2023-01-27 23:09:13 +01:00