/sphere-home

Primary LanguageTypeScript

Smart Invoice Process

Description

This is to process invoices between users. Seller (Who have to receive money) creates a invoice, and buyer (payer) checkouts the invoice.

We can call strip or Solana program as the third party payment methods.

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod