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.

Property 1=code

Developer docs

To add eligibility checks to your smart contracts or dApps, you'll need to:

  1. Establish your eligibility requirements
  2. Identify an existing credential schema, or define your own
  3. Program the criteria into your smart contract or dApp
  4. Ensure your users have access to the required credentials from a trusted issuer, or issue them yourself

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.