Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

ontola/cashlink

Repository files navigation

Cash-link

Service for sending cash to Payment Pointers through sharable links!

Created with help from this tutorial.

Installation

$ npm install

Running the app

# copy environment variables
cp template.env .env

# start postgres database
docker run -d -p 5444:5432 -e POSTGRES_PASSWORD=dbPassword -e POSTGRES_DB=cashlink postgres

# development
npm run start

# watch mode
npm run start:dev

# production mode
npm run start:prod

# debug mode, use your IDE (in VScode: Attach to Node Process)
npm run start:debug

# then, open the terminal and

Set-up Uphold

  • Follow the instructions for setting up an Uphold (Sandbox) account (Sandbox during development)
  • Add funds to your virtual wallet using https://testnet.coinfaucet.eu/en/

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published