Tiny test app to send XLM tips using Freighter. Client-only MVP: one page, build -> sign -> submit.
-
Next.js 15 + TypeScript
-
@stellar/stellar-sdk
-
@stellar/freighter-api
-
Tailwind CSS
-
Node 18+
-
Freighter wallet extension installed
-
Freighter network: Testnet
git clone https://github.com/FabianSanchezD/tip-jar
cd tip-jar
npm i
cp .env.example .env
Change in .env to your name and public key. Then (for development):
npm run dev
Open http://localhost:3000/, connect Freighter, enter amount & memo, send.
In Freighter, copy your public key.
Hit https://friendbot.stellar.org/?addr=YOUR_G_ADDRESS
Created by Fabian Sanchez for testing purposes on testnet.