Logo Lanfrica

Telika-Africa/scoring-and-fund-allocation

Domain:

digital infrastructure

Record type:

software
Creator:
Tel
Host:
Transparent, tamper-proof audit trails for founder verification events on the Polygon blockchain. # Telika Open-Source: Blockchain-Anchored Verification System > Transparent, tamper-proof audit trails for founder verification events on the Polygon blockchain. ## Overview Telika is an AI-powered platform for vetting and scoring African startups. This open-source component anchors **cryptographic proofs** of key verification events on the **Polygon blockchain**, creating tamper-proof audit trails while keeping sensitive data private. ### Key Features - πŸ” **Privacy-Preserving** β€” Only keccak256 hashes are stored on-chain; sensitive data stays off-chain - πŸ”— **Blockchain-Anchored** β€” Immutable proofs on Polygon (Ethereum L2) for cost-efficient verification - πŸ” **Independently Verifiable** β€” Anyone can verify proofs via the public verification interface - 🧩 **Modular SDK** β€” TypeScript SDK for easy integration with any platform - πŸ›‘οΈ **Role-Based Access** β€” OpenZeppelin AccessControl for authorized proof anchoring ### Supported Event Types | Event | Description | |-------|------------| | πŸͺͺ Identity Verification | Founder identity has been verified | | πŸ’° Funding Disbursement | Funding has been disbursed to a venture | | 🎯 Milestone Confirmation | A venture milestone has been confirmed | | πŸ“Š Score Update | Founder/venture score has been updated | ## Project Structure ``` β”œβ”€β”€ contracts/ # Solidity smart contracts (Hardhat) β”‚ β”œβ”€β”€ contracts/ # TelikaVerification.sol + interface β”‚ β”œβ”€β”€ test/ # Comprehensive test suite β”‚ └── scripts/ # Deployment scripts β”œβ”€β”€ sdk/ # TypeScript SDK β”‚ β”œβ”€β”€ src/ β”‚ β”‚ β”œβ”€β”€ types.ts # Type definitions β”‚ β”‚ β”œβ”€β”€ proof-generator.ts # Proof hash generation β”‚ β”‚ β”œβ”€β”€ blockchain-client.ts # Contract interaction β”‚ β”‚ └── abi.ts # Contract ABI β”‚ └── test/ # Unit tests (Vitest) β”œβ”€β”€ verification-app/ # Public verification web interface (Vite) β”‚ └── src/ β”‚ β”œβ”€β”€ main.ts # SPA logic β”‚ └── styles.css # Premium dark theme β”œβ”€β”€ turbo …

Licenses