js-waku-examples/rln-react-ts
fryorcraken.eth 21fd0a7ce2
feat(rln-react-ts): bump @waku/rln to 0.0.8, remove craco
2022-09-26 14:13:22 +10:00
..
public chore(rln-react-ts): rename to avoid typos 2022-09-26 14:05:55 +10:00
src chore(rln-react-ts): rename to avoid typos 2022-09-26 14:05:55 +10:00
.gitignore chore(rln-react-ts): rename to avoid typos 2022-09-26 14:05:55 +10:00
README.md doc(rln-react-ts): update readme 2022-09-26 14:05:56 +10:00
package.json feat(rln-react-ts): bump @waku/rln to 0.0.8, remove craco 2022-09-26 14:13:22 +10:00
pnpm-lock.yaml feat(rln-react-ts): bump @waku/rln to 0.0.8, remove craco 2022-09-26 14:13:22 +10:00
tsconfig.json chore(rln-react-ts): rename to avoid typos 2022-09-26 14:05:55 +10:00

README.md

RLN React TypeScript Waku App

Demonstrates:

  • RLN
  • React/TypeScript

The master branch's HEAD is deployed at https://examples.waku.org/rln-react-ts/.

To run a development version locally, do:

git clone https://github.com/waku-org/js-waku-examples
cd rln-react-ts
npm install
npm run start