Skip to main content

DripVerse SDK

Now that the SDK is setup, let's try to make use of it:

Import and Initialise sdk:

const drip = new DripSDK($PROJECT_KEY);

Just check for access with:

await drip.hasAccess($USER_ADDRESS, $UTILITY_ID);

This should give us a response on weather the particular is allowed in your designated gate or not.