SDK Installation & Setup
npm install @socialblock/sdkimport { SocialBlock } from '@socialblock/sdk'
SocialBlock.init({
domain: 'https://yourdomain.xyz',
chatroom: true,
tokenGating: {
tokenAddress: 'SBLK...', // CW20 or NFT
minHold: 10 // token threshold
},
streamOverlay: false
})Last updated