Skip to content

FabianSanchezD/tip-jar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Tip Jar (Stellar + Next.js)

Tiny test app to send XLM tips using Freighter. Client-only MVP: one page, build -> sign -> submit.

βš™οΈ Tech Stack

  • Next.js 15 + TypeScript

  • @stellar/stellar-sdk

  • @stellar/freighter-api

  • Tailwind CSS

Prerequisites

  • Node 18+

  • Freighter wallet extension installed

  • Freighter network: Testnet

πŸš€ Quick start

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.

πŸ€– Friendbot (fund your sender on Testnet)

In Freighter, copy your public key.

Hit https://friendbot.stellar.org/?addr=YOUR_G_ADDRESS

πŸ“„ Notes

Created by Fabian Sanchez for testing purposes on testnet.

About

Basic Tip Jar using Stellar Blockchain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published