Eligibility checks¶
Add eligibility checks to control access to your dApp or smart contract's functions to help meet compliance requirements.
On Redbelly, Receptor allows you to program eligibility checks into your smart contracts and dApps using verifiable credentials. Eligibility checks can be used to control access to your dApp or smart contract's functions or when specific smart contract functions are called to help meet your compliance requirements.
Developer docs¶
To add eligibility checks to your smart contracts or dApps, you'll need to:
- Ensure your users have access to the required credentials from a trusted issuer, or issue them yourself
- Program the criteria into your smart contract or dApp
- Identify an existing credential schema, or define your own
- Establish your eligibility requirements
The details of the steps above will differ depending on your application topology, chosen credential type, and specific compliance requirements. To help with implementation, review the Receptor technical documentation.