📄️ Introduction
This guide provides a detailed walkthrough on how to integrate your smart contract with PureFi SDK-Solidity to add compliance and KYC (Know Your Customer) verification capabilities. The integration is based on the PureFiVerifier contract, and this guide focuses solely on the integration process, regardless of your contract's specific functionality.
📄️ Links
Github https://github.com/purefiprotocol/sdk-solidity-v5
📄️ Step 1: Key Components
Before starting the integration, let’s review the key components of PureFi SDK-Solidity:
📄️ Step 2: Prepare Smart Contract
Let’s prepare your smart contract for integration with PureFi.
📄️ Step 3: Payload Validation
Now, let’s add payload validation logic to functions requiring KYC checks.
📄️ Step 4: Ensuring Security
Integrating with external data and calls requires additional security measures.
📄️ Step 5: Testing the Integration
After integration, thoroughly test your contract: