Stacks Builder Hub is a premium, developer-focused platform designed to catalyze growth in the Stacks ecosystem. It is powered by the StacksRank SDK, allowing for professional-grade check-in tracking and ranking.
- Advanced Staking: Non-custodial staking with time-weighted rewards and streak bonuses.
- NFT Marketplace: SIP-009 compatible marketplace with floor price tracking and collection analytics.
- DAO Governance: Quadratic voting and proposal management for decentralized decision making.
- Premium UI/UX: Glassmorphism-based design with real-time transaction feedback and ecosystem visualizations.
- Developer First: Unified transaction hooks, comprehensive documentation, and robust testing suites.
Use npm run test to execute the Vitest suite against the Clarity contracts. Ensure you have the Clarinet SDK environment configured.
Yes, follow the instructions in DEPLOYMENT_OPTIONS.md to use the Stacks CLI for testnet deployment.
Please refer to the CONTRIBUTING.md and CONTRIBUTING_ES.md guides for standards and process.
- Node.js v18+
- Hiro Wallet or Xverse
- Clarinet (for contract testing)
git clone https://github.com/Earnwithalee7890/stx-daily-check-in-hiro.git
cd stx-daily-check-in-hiro
npm installIntegrate the StacksRank SDK into any project to start tracking builder activity:
npm install @earnwithalee/stacksrank-sdkView the official package on npm: @earnwithalee/stacksrank-sdk
The official library for interacting with our premium Clarity smart contracts.
npm install @earnwithalee/stx-contractView the official package on npm: @earnwithalee/stx-contract
Create a .env.local file in the root directory:
NEXT_PUBLIC_NETWORK=mainnet
NEXT_PUBLIC_CONTRACT_ADDRESS=SP2PABAF9FTAJYNFZH93XENAJ8FVY99RRM50D2JG9
NEXT_PUBLIC_APP_NAME="STX Builder Hub"npm run dev- Push your changes to GitHub.
- Connect your repository to Vercel.
- Add the environment variables listed above.
- The build command should be
npm run build.
- Ensure you have Clarinet installed.
- Run
clarinet checkto verify contract integrity. - Use the Stacks CLI or Hiro Explorer for mainnet/testnet deployment.
Contributions are welcome! Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.