Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: re-work rln-js #281

Merged
merged 26 commits into from
Nov 20, 2023
Merged

feat: re-work rln-js #281

merged 26 commits into from
Nov 20, 2023

Conversation

weboko
Copy link
Contributor

@weboko weboko commented Oct 30, 2023

In this PR I re-created rln-js with Next.js.
Resolves - #279

Choice for Next.js was because many hackers were using it and it is one of the platforms that fails during development on some of waku errors so I had to investigate it for waku-org/js-waku#1665

This APP supports latest @waku/rln API and addresses some fixes.
Structure of this example can be re-used later for templates.

UI now looks like
image

@weboko weboko requested a review from a team as a code owner October 30, 2023 12:21
Copy link
Contributor

@danisharora099 danisharora099 left a comment

Choose a reason for hiding this comment

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

did a first pass, some suggestions:

  • delete next.svg and vercel.svg that come with the default setup
  • use tailwindcss classes directly instead of creating straightforward components like Title, Subtitle
    • components like Button can remain
    • rename the Blockchain component to something more verbose specific to the app like AccountInfo

examples/rln-js/README.md Outdated Show resolved Hide resolved
@weboko weboko requested review from danisharora099, fryorcraken and a team and removed request for fryorcraken November 2, 2023 22:29
examples/rln-js/src/services/rln.ts Outdated Show resolved Hide resolved
examples/rln-js/src/services/rln.ts Outdated Show resolved Hide resolved
examples/rln-js/src/services/waku.ts Show resolved Hide resolved
examples/rln-js/src/services/waku.ts Show resolved Hide resolved
@weboko weboko merged commit 85d8156 into master Nov 20, 2023
9 checks passed
@weboko weboko deleted the weboko/rln-js branch November 20, 2023 16:00
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.

None yet

3 participants