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:
- React
- Nextjs
- TypeScript
- CSS Module
- next-localization
- redux toolkit
- redux state management redux-localstorage-simple
- react web3
- Ethers.js
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