Aid_Net is a blockchain-based decentralized platform designed to revolutionize emergency aid distribution and management. The system enables direct, transparent, and efficient delivery of humanitarian assistance during crisis situations.
- Decentralized Aid Distribution: Eliminates single points of failure in aid delivery through distributed network architecture.
- Smart Contract Integration: Automated aid allocation and distribution based on predefined criteria and real-time needs assessment.
- Transparent Resource Tracking: Complete visibility of aid movement from donors to recipients.
- Real-time Emergency Response: Immediate resource mobilization during crisis situations.
- Secure Identity Management: Protected digital identities for aid recipients and organizations.
- Blockchain: Ethereum (Solidity, Smart Contracts)
- Frontend: Next.js, TypeScript, Tailwind CSS
- State Management: Zustand
- Storage: IPFS / Filecoin
- Deployment: Vercel
Ensure you have the following installed:
- Node.js (>= 18.x)
- npm or yarn
- Metamask or any Web3 wallet extension
Clone the repository and install dependencies:
git clone https://github.com/your-repo/aid_net.git
cd aid_net
npm install # or yarn installStart the development server:
npm run dev # or yarn devThe application will be accessible at http://localhost:3000