Testnet Guide
Introduction
Mock Rejection
// Reading vennURL from the VENN_NODE_URL env variable
// allows your to easily switch between the real endpoint
// and the mock-rejection endpoint, without making changes
// to your DApp's code
//
const vennURL = process.env.VENN_NODE_URL;
const vennClient = new VennClient({ vennURL, ... });Testnet Resources
Holesky
When Using
Pass In
Support
Last updated
Was this helpful?

