Basic Integration
Quick start with basic integration
Basic integration involves connecting your contract to the Micapass protocol on-chain trough inheriting MicapassBasicClient
smart contract, which responsible for Micapass setup and user verifications, including modifiers etc
Basic Integration steps overview
Initialization (step 2)
Pass the actual address of Micapass to your smart contract during the initialization method or constructor
Protection implementation (step 4)
Add
micapassProtected
modifier to each method which should be protected with Micapass by passing the address and claim topic that need to be checked
Last updated