OrbitForge is a multi-service Stacks dApp suite that brings marketplace trading, service billing, staking, and token launches into one cohesive hub.
- NFT Marketplace for minting, listings, and low-fee trades.
- Service Registry to onboard providers and collect on-chain payments.
- Staking Vault to lock STX and distribute rewards over time.
- Token Launchpad to deploy SIP-010 assets with guardrails.
- Node.js v18+
- Clarinet
- Stacks wallet (Leather, Xverse)
git clone https://github.com/floxxih/project-omega-hub.git
cd project-omega-hubcd frontend
npm install
npm run devcd stackhub-contracts
npm install
npm run testproject-omega-hub/
├── stackhub-contracts/ # Smart contracts and tests
├── frontend/ # Next.js web application
└── README.md # Project documentation
MIT