Skip to content

karankoder/RequestHub

Repository files navigation

RequestHub

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.

Getting Started

To run the development server, use any of the following commands based on your package manager:

Using npm

npm install npm run dev

Using yarn

yarn install yarn dev

Using pnpm

pnpm install pnpm dev

Using bun

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.

Usage

  • 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.

Implementation Details

App Architecture

Demo Video Link

Click here to see a working demo!

Learn More

To learn more about Request Network, take a look at the following resources:

Releases

No releases published

Packages

No packages published

Languages