> For the complete documentation index, see [llms.txt](https://hypotenuse-1.gitbook.io/prism/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hypotenuse-1.gitbook.io/prism/getting-started/sdk.md).

# SDK

Gettins started with the Prism SDK<br>

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.
