A decentralized tipping system built on the Stacks blockchain, allowing users to easily send and receive STX tips in a transparent, trustless manner using Clarity smart contracts.
- 🔁 Peer-to-peer tipping using STX
- 📜 Clarity smart contract logic for secure and verifiable transactions
- 🧾 Transparent on-chain records of all tips sent and received
- 💼 Wallet integration for sending/receiving STX (via Hiro or other compatible wallets)
- Stacks Blockchain
- Clarity smart contracts
- Stacks.js for frontend blockchain interaction
- React / Next.js / Vanilla JS (depending on your frontend setup)
- Node.js
- Hiro Wallet
- Clarinet (for smart contract development)
git clone https://github.com/your-username/stx-tipping-system.git
cd stx-tipping-system
npm installStart your local dev environment and deploy contracts using Clarinet:
clarinet devThen run the frontend:
npm run devThe Clarity smart contract handles:
- Tip creation
- Tip claiming
- Logging tip metadata (sender, receiver, amount, timestamp)
Contract files are in /contracts.
MIT © \AkanimoRex