| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
NovaSupport is a Stellar-native support platform for open-source maintainers, creators, and developers who want to receive community funding directly on Stellar. The MVP centers on public creator profiles, wallet-ready support flows, and clear onchain intent using Stellar Testnet, Freighter, Horizon, and Soroban.
NovaSupport makes it effortless for Stellar ecosystem contributors to receive community support in USDC, XLM, and other Stellar assets through shareable profile pages with full onchain transparency.
Many open-source contributors and ecosystem builders struggle to receive support in ways that are fast, transparent, and globally accessible. Traditional donation tools are often expensive, opaque, or disconnected from onchain identity and activity.
NovaSupport is designed to feel native to the Stellar ecosystem:
NovaSupport/
├── frontend/ # Next.js app for landing pages, profile pages, wallet UX
├── backend/ # Express + Prisma service for profile and support metadata
├── contract/ # Soroban workspace and minimal support contract
├── docs/ # Project setup and operational docs
├── ARCHITECTURE.md # Technical overview and decision record
├── CONTRIBUTING.md # Contributor guide and boundaries
└── README.md
Before you begin, ensure you have:
cd frontend
cp .env.example .env.local
npm install
npm run devRuns on http://localhost:3000.
cd backend
cp .env.example .env
npm install
npm run db:generate
npm run db:migrate
npm run db:seed
npm run devRuns on http://localhost:4000.
cd contract
cargo testYou will need Rust, the Soroban toolchain, Node.js, and a reachable PostgreSQL database.
This repo is split so contributors can work in parallel without untangling a monolith:
We welcome contributions! NovaSupport is designed to be contributor-friendly.
Looking to contribute? Check out issues labeled:
See CONTRIBUTING.md for detailed guidelines.
MIT License - see LICENSE file for details.
Built for Stellar Wave with ❤️
Special thanks to:
| Back | FazBrowse Home | New Git URL |