Skip to content

Starknet-Indemnify is a full-stack insurance platform built with Next.js, Nest.js, and Cairo smart contracts. It enables users to purchase and manage policies with all underwriting logic and execution secured on the Starknet blockchain.

Notifications You must be signed in to change notification settings

Oluwaseyi89/starknet-indemnify-web

 
 

Repository files navigation

Starknet-Indemnify-Web

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.


✨ Features

  • 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

Other Repositories starknet-indemnify-web depends on:


🛠️ Tech Stack

Component Technology
Framework Next.js 15 (App Router)
State Management Zustand
Styling Tailwind CSS + shadcn/ui
Blockchain Starknet.js + @starknet.io/get-starknet

🚀 Quick Start

Prerequisites

  • Node.js v18+
  • pnpm 8+
  • Starknet wallet (ArgentX/Braavos)

📂 Project Structure

src/
├── app/
├── components/
├── lib/
└── stores/

Installation

  1. 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

🤝 Contributing

  1. Fork the repository
  2. Create feature branch
    git checkout -b feature/your-feature
  3. Submit PR
  • Ensure your code passes all tests
  • Include relevant documentation updates
  • Reference any related issues

About

Starknet-Indemnify is a full-stack insurance platform built with Next.js, Nest.js, and Cairo smart contracts. It enables users to purchase and manage policies with all underwriting logic and execution secured on the Starknet blockchain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.5%
  • Other 0.5%