Skip to content

NESTV3.6 version of the website project. Including retrieving locked positions, reselling and voting functions.

Notifications You must be signed in to change notification settings

rok4f/NEST-Oracle-Web-V3.6

 
 

Repository files navigation

Nest DApp

Getting Started

Testing Environment:

npm run dev

Staging:

npm run build
npm run start

Open http://localhost:3000 with your browser to see the result.

Tech Stack:

Code strcuture:

  • pages

    • _app.tsx Global env
    • index.tsx Homepage
    • income.tsx Income
  • components

    • common
    • ui
    • home
    • income
  • abi

  • constants

    • Contracts.json Contract related constants
    • enums.ts
  • store redux

    • reducers.ts reducer
    • store.ts store
    • favorites
  • locales

  • hooks

  • utils

  • services

  • public

  • styles

  • next.config.js

About

NESTV3.6 version of the website project. Including retrieving locked positions, reselling and voting functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.9%
  • SCSS 40.3%
  • JavaScript 0.8%