Quick Start Guide
Integrating Solana ID as a Display Partner is simple and quick. Let's get started.
The perk is automatically displayed on the page in the perk frame. This comes with default neutral branding, but can be tailored like any other element on the page using CSS.
Getting Started
1
Add Solana ID Script Tag and Place Perk Frame on webpage
<body>
...
<!-- Place a div in the body of the page -->
<div className='solana-id-6b52f947-d491-4602-aa6c-f8b32532b0ff'></div>
<Script src='https://solanaid-perk-frame-git-staging-digital-social-id.vercel.app/solanaid-perkframe.bundle.js'></Script>
...
</body>
<!-- IMPORTANT: server should be running on port 3001 -->
When users visit your page, they will be shown the perk that fits their profile, interests and needs. Your job is done for now. When you're ready, it's time to analyze the results.
Last updated