SDK

Prism Client

Gettins started with the Prism SDK

The prism SDK is now supported for any Javascript website.

To whitelist a wallet to receive rewards/profit from displaying ads on your website refer to the publishers section and register as a publisher.

npm install @Prismclient
const client = new PrismClient(publisherAddress,websiteUrl);

The SDK will verify the address is whitelisted in the prism contract and the website submited is enabled in the prism SDK to allow for auctions to be triggered from it.

Last updated