About Sorcel
Token-gating can work without smart contracts by simply verifying token ownership in a wallet through third-party tools or APIs, without requiring direct interaction with a blockchain.
Integration code example:
- Find the <head> tag inside your html
- Copy the following code inside the <head>. Choose the network you want to use:PolygonEthereumXRP LedgerHeirloom<script>var global = global || window;window.__3SHOP_APP_ID__=”55d104d6-75c4-4a80-ab7c-29822d6652b4″;window.__3SHOP_NETWORK__=”POLYGON”;</script><script type=”module” defer src=”https://cdn.3shop.co/app/index.js”></script><link rel=”stylesheet” href=”https://cdn.3shop.co/app/index.css”>
- Insert anywhere you want inside your <body> tag this div, this is where the token gating module will appear.<div id=”3shop-app”></div>