Skip to content

bingtellar/blink-build

Repository files navigation

Blink Payments MVP

This repo provides a runnable MVP that demonstrates the send → claim → payout flow using Stellar testnet (native XLM for demo), JWT claim links, and email sending.

Important: This is an MVP demo. For production Env would be replaced with native XLM and USDC on Stellar or other chain, to add HSM/MPC for key storage, KYC/AML, and hardened security.

Quick start (local, Docker)

  1. Copy .env.example to .env and fill values.
  2. Build and start: docker-compose up --build
  3. Run Prisma migrate and generate client (from host or inside container):
    • npx prisma migrate dev --name init
  4. Use Postman to call endpoints (import postman_collection.json).

Endpoints

  • POST /transfers - create a transfer, generate claim link, and send email
  • POST /claims/:token - claim transfer (provide recipientEmail and destination if desired)

About

Quick global single and bulk payment via links

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published