mirror of
https://github.com/vacp2p/zerokit.git
synced 2026-01-08 22:18:01 -05:00
RLN WASM Node Examples
This example demonstrates how to use the RLN WASM package in a Node.js environment.
Build the @waku/zerokit-rln-wasm package at the root of rln-wasm module
cargo make build
Move into this directory and install dependencies
cd examples
npm install
Run
npm start