-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Bounty: Wordpress/WebFlow/VR gating integration using API
Description:
As more users get into tokens, they need an easy way to gate access to content on Wordpress, other CMS platforms, or even in games. The challenge is to use MintGate’s token validation API to unlock access to CMS pages or content modules based on token ownership.
Prize: $700 (top winner)
Submission requirements:
Your submission should be a CMS plugin/widget that requires a user to connect their wallet before showing the content/text on the CMS page.
GET request with these query parameters:
API summary: Validates that the user owns a minted MintGate NFT. Use your developer API jwt token to access (get it from your settings panel at mintgate.app). The tid is the short ID listed on the token page.
* @example jwt "" // developer API key
* @example tid "YDMMPC_WGPPG"
* @example wallet "0x16b45979a753b8df8859A5bF0B2F179Fa80BA2C9"
Response: { passed: true | false }
Judging Criteria
- Execution: The plugin/module should showcase gating access to content on a CMS using MintGate’s API if the user owns the appropriate token.
- Design: Is the user experience simple to connect their wallet to view the content?
- Bonus Points: Create an open-source JavaScript library for token validation that is used within the plugin for wallet connection and verification.