Skip to main content
Copy-paste examples for common integration patterns. All examples live in the network repo.

Available Examples

ExampleStackWhat It Covers
nodejs-basicNode.jsServer-side verification with ethers.js, standardize → sign → submit
react-componentReactVerifyGate integration, NFT gating, Next.js proxy route
curl-minimalcurlRaw HTTP: standardize, submit, poll status

Quick Start

# Clone and run Node.js example
git clone https://github.com/neus/network
cd network/examples/nodejs-basic
npm install
export TEST_WALLET_PRIVATE_KEY=0x...
node index.js

Next Steps