6 Commits

Author SHA1 Message Date
dependabot[bot]
5cd29d664f
chore(deps): bump gh-pages from 4.0.0 to 5.0.0
Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/tschaub/gh-pages/releases)
- [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
- [Commits](https://github.com/tschaub/gh-pages/compare/v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: gh-pages
  dependency-version: 5.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-27 10:19:33 +00: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
danisharora099
bb7791ba7c
setup: eslint config 2022-12-09 16:59:27 +05:30
danisharora099
a274982457
add: eslint & lint all files 2022-12-09 16:59:11 +05:30
danisharora099
ad39ef04b4
add: prettier to precommit; prettify everything 2022-12-09 16:25:19 +05:30
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