RequestHub is a decentralized application built on top of the Request Network. Users can connect their wallets to the application and get important information about their transactions, such as personalized transactions, inflow, outflow, income, outcome, pending invoices, overdue invoices, etc. One unique and highly useful feature for banking applications is the credit score, which can be used by banks for loan approvals. Users can easily filter all their invoices based on dates, payee, payer, reason, etc.
To run the development server, use any of the following commands based on your package manager:
npm install npm run dev
yarn install yarn dev
pnpm install pnpm dev
bun install bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.
- You can keep track and know useful insights of transactions by using the frontend GUI (Graphical User Interface) or the one deployed Link.
- A user can easily get loan by showing thier credit score. Also user can easily know about their personalised transaction, inflow, outlow, income, outcome, pending invoices, overdue invoices etc. and can use this to track thier invoices.
- A user can easily filter their transactions by using our advanced filtering feature. Transactions can be filtered on the basis of payee, payer, keywords etc.
Click here to see a working demo!
To learn more about Request Network, take a look at the following resources:
- RequestNetwork Documentation - learn about Request Network features.
- Next.js Documentation - learn about Next.js features and API.