DeFi credit platform enabling small farmers to access funding using ENS identities and Ethereum.
GestAgro Credit is a decentralized finance (DeFi) platform designed to improve access to credit for small and medium farmers. Farmers register using ENS identities, creating a trusted on-chain profile linked to their wallet.
Through the smart contract, farmers can submit credit requests specifying amount, duration, and metadata. These requests are publicly verifiable on-chain, increasing transparency and trust. The project demonstrates how ENS, Ethereum smart contracts, and a simple Web3 frontend can be combined to build inclusive financial infrastructure for agriculture-focused communities.
The project is built using Solidity smart contracts deployed on Ethereum Sepolia. ENS is used to identify farmers in a decentralized and human-readable way.
The frontend is a Web3 application built with React/Next.js and ethers.js, allowing users to connect their wallet with MetaMask, register ENS-linked profiles, and create credit requests.
The smart contract manages farmer registration, credit request creation, and on-chain data storage. The project is open-source and deployed using GitHub and Vercel.

