The Starknet-Indemnify-Web is the Next.js frontend for the Starknet-Indemnify DeFi insurance platform, providing users with a seamless interface to manage policies, file claims, and interact with Starknet-powered insurance pools.
- Policy Management:
- 📝 On-chain policy purchase
- 📊 Coverage dashboard
- 🔄 Claim filing workflow
- Wallet Integration:
- 🔐 ArgentX/Braavos connectivity
- ⚡ Instant StarkNet L2 transactions
- Risk Visualization:
- 📈 Pool performance analytics
- 🚨 Risk assessment tools
- Responsive Design:
- 📱 Mobile-optimized flows
- 🖥️ Desktop trading interface
- https://github.com/CRYPTOInsured-Foundation/starknet-indemnify-user-service.git
- https://github.com/CRYPTOInsured-Foundation/starknet-indemnify-on-chain.git
- https://github.com/CRYPTOInsured-Foundation/starknet-indemnify-risk-analytics.git
- https://github.com/CRYPTOInsured-Foundation/starknet-indemnify-policy-service.git
- https://github.com/CRYPTOInsured-Foundation/starknet-indemnify-payment-service.git
- -You can visit these repos to pick issues you can implement feature on.
| Component | Technology |
|---|---|
| Framework | Next.js 15 (App Router) |
| State Management | Zustand |
| Styling | Tailwind CSS + shadcn/ui |
| Blockchain | Starknet.js + @starknet.io/get-starknet |
- Node.js v18+
- pnpm 8+
- Starknet wallet (ArgentX/Braavos)
src/
├── app/
├── components/
├── lib/
└── stores/
- Clone the repo:
git clone https://github.com/CRYPTOInsured-Foundation/starknet-indemnify-web.git cd starknet-indemnify-web pnpm install cp .env.example .env pnpm run dev
- Fork the repository
- Create feature branch
git checkout -b feature/your-feature
- Submit PR
- Ensure your code passes all tests
- Include relevant documentation updates
- Reference any related issues