Skip to content

tiero/sats-starter

Repository files navigation

⚡️ Sats Starter

Launch your crowdfunding campaign without intermediaries

Try it now

Live (TESTNET) https://sats-starter.vercel.app

Use a Lightning TESTNET wallet or https://htlc.me for convenience

Demo

SatsStarter.mp4

About

  • Donors can fund campaigns using any Lightning Network wallet.
  • To receive, the beneficiary does not need to set up a LN node.
  • The crowdfund campaign has a capped goal; if it is not reached, donors can claim their money back.
  • After the goal is reached, the beneficiary can redeem on Liquid using only a private key.

Development

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.