# 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 ```bash cargo make build ``` ## Move into this directory and install dependencies ```bash cd examples npm install ``` ## Run ```bash npm start ```