Granting Access based on Tokens
Metafuse offers a streamlined way to allow for Token Gating access to certain parts of your application. Say you have some premium content such as Video or a Live stream that you want to only to be accessible to people who hold a Digital Asset (ERC721) from a certain collection.
To do this, you can create a Collection on Metafuse, deploy your ERC721 Contract on any of our supported networks and create an associated Mint Site. From there, you can utilise the Metafuse API to determine if the user currently logged into your application holds one of your tokens, or even a specific trait on a token within the collection.
For more information on how to do Token Gated Content with Metafuse. Checkout out our Github repository that outlines a basic example.