Sasha
427db17096
feat: remove lab.waku.org related examples ( #295 )
2024-02-14 01:32:00 +01:00
Sasha
fa92477fff
chore: remove rln-js ( #300 )
...
* chroe: remove rln-js
* remove ci
2024-02-14 01:28:35 +01:00
Sasha
698afe4dab
feat: simplify rln-js ( #297 )
...
* remove old rln-js
* feat: simplify rln-js
* remove comment
* add example to CI
2024-01-24 20:51:13 +01:00
Sasha
504bcd4431
bug: fix copy of rln-js ( #289 )
2023-11-23 14:02:55 +01:00
Sasha
85d8156b7a
feat: re-work rln-js ( #281 )
...
* use next.js tempalte
* use next lint rules
* alight UI
* fix problem with margins
* remove old page, rename to hooks
* add constants
* create RLN service, add utils
* add RLN init
* refactor a bit
* add init for Keystore
* add store functions
* add styles
* add contract hooks, add store fields, fix multiple downloads issue
* add features
* add keystore read logic
* add import export
* combine to useContract
* add useWaku stub, add state to Waku block, styles
* add creation of a node
* add messages functionality
* up readme
* update CI
* update readme
* remove and rename, address comments
* update readme
* move const
2023-11-20 19:00:11 +03:00
Sasha
1bd7597db4
feat: add direct relay-rtc example ( #260 )
...
* add relay-rtc example
* add relay chat example
* update readme and texts
* add default node from go-waku prod fleet
* add ci steps
* update readme
* rename to relay-direct-chat
* rename to relay-direct-rtc
2023-10-03 01:03:48 +02:00
fryorcraken.eth
9c927c7ad9
ci: copy index.html file when publishing
2023-05-05 11:39:29 +10:00
Sasha
2820bd2579
chore: remove web-chat-dev example ( #217 )
2023-03-13 22:28:28 +01:00
danisharora099
7fa0f98fa4
add updates to CI
2023-02-28 13:20:08 -07: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
Sasha
8d0f703593
fix: publishing issue of noise-js example ( #196 )
...
* change build directory name
* ignore build folder
* publish noise example as built one
2023-01-26 18:25:02 +01:00
danisharora099
2e22d3ee9e
chore(release): fix ci
2023-01-25 13:10:01 +05:30
Sasha
fcad46760c
Merge pull request #177 from waku-org/weboko/noise
...
Move noise example
2023-01-24 22:33:35 +01:00
Jakub Sokołowski
012ef6089b
ci: simplify overcomplicated file copying
...
Overcomplicated for no reason.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-01-17 11:43:31 +01:00
weboko
d5427b882e
copy other types of files
2023-01-14 02:55:15 +01:00
weboko
f4ef91deed
remove sh check for files
2023-01-12 18:47:13 +01:00
weboko
e1de9ba205
add try block
2023-01-11 22:30:35 +01:00
weboko
9aacfdcf3e
split cp command and test if files exist before copying them
2023-01-11 22:21:56 +01:00
weboko
d3df6f7b7f
escape backslash
2023-01-11 21:45:08 +01:00
weboko
dcdcd12ed3
escape braket to avoid collision with groovy syntax
2023-01-11 21:22:01 +01:00
weboko
4011baf6cf
fix syntax of command
2023-01-11 20:22:32 +01:00
weboko
ad77f8cba5
add noise example to the stage
2023-01-06 01:06:29 +01:00
weboko
6093d95b3a
merge with master
2023-01-04 21:57:56 +01:00
weboko
7e02520111
use npm in Jenkins
2022-12-23 23:11:39 +01:00
weboko
b795b35248
remove dependency of pnpm in docker file
2022-12-23 23:07:44 +01:00
weboko
dd43fac5a2
fix failure in Jenkins script
2022-12-22 21:38:59 +01:00
weboko
940609718a
move examples to dedicated folder, update create app and ci accordingly
2022-12-22 21:37:55 +01:00
weboko
123613975b
update ci file
2022-12-22 21:37:28 +01:00
danisharora099
a274982457
add: eslint & lint all files
2022-12-09 16:59:11 +05:30
fryorcraken.eth
db63255c1e
chore: remove CI for rln-react-ts
2022-10-28 13:00:29 +11:00
fryorcraken.eth
742a4245fe
ci: do not fail if no style.css file
2022-10-07 11:41:59 +11:00
fryorcraken.eth
101b302522
ci: deploy style sheet if present
2022-10-07 11:35:53 +11:00
fryorcraken.eth
f452056b76
Merge pull request #117 from waku-org/rln-react-ts
2022-09-26 14:08:27 +10:00
fryorcraken.eth
999027a515
chore(rln-react-ts): rename to avoid typos
2022-09-26 14:05:55 +10:00
fryorcraken.eth
ebf1d23616
chore(rln-js): deploy
2022-09-26 13:56:02 +10:00
Jakub Sokołowski
a193fdba6f
ci: use Docker image with pnpm installed
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-09-23 17:58:58 +02:00
fryorcraken.eth
72f6acceea
ci(rln-reactts): add to ci
2022-09-23 21:36:41 +10:00
fryorcraken.eth
1d03b70fcb
feat: add light push + filter JavaScript example
2022-09-13 22:46:34 +10:00
Jakub Sokołowski
80efc5ad7c
ci: add Jenkinsfile for GitHub pages builds
...
Resolves: https://github.com/waku-org/js-waku-examples/issues/94
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-09-07 09:02:15 +02:00