Skip to content

naouflex/inverse-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

NextJS version: stuck to 12.0.7, walletconnect et coinbase wallet issue with v >= 12.0.8

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 >= 14.18.3 and npm >= 7

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

Run npm install and npm run dev

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.5%
  • JavaScript 4.0%
  • CSS 1.3%
  • Shell 0.2%