InverseFinance / inverse-web

Home Page:inverse-web.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inverse.Finance web app

Interface and API for https://inverse.finance

Built using TypeScript, Next.js, React, Chakra UI, Vercel Serverless, Redis (Upstash) and Ethers.js.

Directory structure

abis - String-format abis
components - UI components
config - Constants (contract addresses, assets, etc)
hooks - Data-fetching
pages - Page routes
pages/api - API endpoints
public - Public Assets
theme - Chakra Theme
types - Types
util - Utility functions
variables - customize parameters (tokens, connectors, etc)
.github/workflows/cron.yaml - cron job workflow

Development

Node version >= 18.16.1 and npm >= 9.5.1

Copy .env.example to .env.local and fill in the values

Run bun install -y and npm run dev (or bun run dev)

About

inverse-web.vercel.app


Languages

Language:TypeScript 99.0%Language:JavaScript 0.8%Language:CSS 0.3%