Social Token Contracts
Contract
Description
await client.instantiate(
wallet,
codeId,
{
name: 'My DAO Chatroom',
token_gating: {
cw20_address: 'SBLK...',
threshold: 100
}
},
'RoomContract',
{ admin: wallet }
)Last updated