Satoshi-Engineering / tipcards

Lightning TipCards are a tip (or gift) card system, where you can fund TipCards via the lightning network and the gifted person can redeem the funded cards. The gifted person gets a short introduction to bitcoin and a lightning app recommendation to start their journey into the bitcoin rabbit hole.
MIT License
24 stars 10 forks source link

⚡️ Lightning TipCards

by #sathoshiengineeringcrew

MIT License Badge

A tip card system based on LNbits and the lightning network

Lightning TipCards are a tip (or gift) card system, where you can fund tip cards via the lightning network and the gifted person can redeem the funded cards. The gifted person gets a short introduction to bitcoin and a lightning app recommendation to start their journey into the bitcoin rabbit hole.

It is an open-source project developed and operated for the benefit of the Bitcoin community, with a focus on "How to gentle orange pill nocoiners" - and without warranty of any kind.

LNbits is used for the wallet and lightning payments in the background.

Explanation Videos

#satohsiengineeringcrew is #happy2help

Host your own TipCards

Install guide

Setup for development

Prerequisites

Setup

npm install

If you are working at Satoshi Engineering, please configure your GIT repo to use the GIT hooks from the directory .githooks:

git config core.hooksPath .githooks

Backend

Setup

Integration Test Env File

Per default the backend loads the backend/.env and backend/.env.local files. If you need to start the backend for integration tests you have to use a different env file. Run the backend using npm run backend-dev -- --envIntegrationTest which will also use the file backend/.env.integrationTest. You can also add the parameter to all other commands (cli, drizzle-migration, etc.).

Integration Test Script

You can run backend integration tests locally, including starting the local backend, in one command by running the helper script ./backend-integration-tests.sh. This command uses the backend/.env.integrationTest env file (see Integration Test Env File).

Alternately if you want to run specific tests you could do:

# create custom env file for testing + startup backend using it
vi backend/.env.integrationTest
npm run backend-dev -- --envIntegrationTest

# run a specific test using .env.integrationTest
npx vitest run --config ./backend/vitest.config.ts ./backend/tests/integration/your/custom/test.ts

Frontend

Testing

If you want to test the tipcards on your local machine, here are some hints

Tools

VSCode

Recommended Extensions

Ngrok

Ngrok is used to expose you local environment to the web. This is needed to test auth/backend features with your phone (e.g. paying invoices, logging in via lnurl-auth).

  1. Copy backend/.env into backend/.env.local
  2. Go to https://ngrok.com and create an account
  3. Go to https://dashboard.ngrok.com/get-started/setup, copy your authtoken and add it to backend/.env.local

Now you have two possibilities:

Either use the dev-tip-cards.sh script:

  1. Run ./dev-tip-cards.sh and after it finishes copy the displayed ngrok url to your browser.

Or execute the following steps manually:

  1. Run npm run backend-proxy. This starts an express server that proxies all requests to your other services that we will start later.
  2. Run npm run backend-ngrok. Then copy the ngrok url that will be pasted in the console (something like https://cdb6-62-178-206-224.ngrok.io).
  3. Open backend/.env.local and set the ngrok url (from the previous point) for TIPCARDS_ORIGIN and TIPCARDS_API_ORIGIN as this is now your public URL for your phone and lnbits webhooks.
  4. Open frontend/.env.development.local and set VITE_BACKEND_API_ORIGIN= to an empty string. The API origin will be the same as the frontend origin (the ngrok URL).
  5. Run npm run backend-dev
  6. Run npm run frontend-dev

Please consider

As LNURL-auth tokens are based on the domain of the website where they are used, you will not be able to login with the same user after stopping and restarting the ngrok proxy.

Script

For additional developer tasks, scripts can be found in scripts.

Run from source

Start the frontend server on http://localhost:5173

npm run frontend-dev

Start the backend server on http://localhost:4000

npm run backend-dev

Production

Deployment is done via Gitlab CI/CD, see .gitlab-ci.yml

Tip us

If you like this project, please adapt the landingpage to your local stores, that accept bitcoin or even extend it. Why not send some tip love?