β Verify
Confirm your w3aSDK setup
Setting Up Test Configuration
// index.js
import { w3aSDK } from "w3a";
w3aSDK.configure(
"<YOUR-SDK-KEY>",
{ test: true } /* pass the test flag into the configuration options */
);Validating Your Integration

Last updated