Welcome to Hackathon hosted by Mezo and Drip and in collaboration with Acre! This repository serves as your central hub for all hackathon resources, demo implementations, and guidelines.
A Discord bot demonstrating:
- Point balance checking
- User-to-user transfers
REPO: https://github.com/Cryptonite-Group-Inc/mezo-drip-hackathon-bot-demo
A Next.js web application showcasing:
- Real-time point tracking
- User search functionality
- Leaderboard visualization
REPO: https://github.com/Cryptonite-Group-Inc/mezo-drip-hackathon-web-demo
// Get user points
GET /api/v4/realms/{realmId}/members/{userId}
// Transfer points
PATCH /api/v4/realms/{realmId}/members/{userId}/transfer
// Check NFT ownership
GET /api/v4/realms/{realmId}/web3/members/{userId}
// Get realm leaderboard
GET /api/v4/realms/{realmId}/leaderboard
your-project/
βββ README.md # Project documentation
βββ .gitignore # Git ignore file
βββ .env.example # Example environment variables
βββ src/ # Source code
.env
.env.local
node_modules/
.DS_Store
DRIP_API_KEY=your_api_key_here
DRIP_REALM_ID=your_realm_id_here
-
Environment Variables
- Never commit API keys
- Use environment variables for configuration
- Document all required variables
-
Documentation Requirements
- Installation instructions
- API integration examples
- Configuration guide
- Troubleshooting section
-
Code Quality Standards
- TypeScript types inclusion
- Consistent code style
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin https://github.com/username/repo-name.git
git push -u origin main
- Developer Documentation: docs.drip.re
- Issue Reporting: Create an issue
- API Status: status.drip.re