myco API is a powerful tool designed to help developers and creators leverage the Zora ecosystem more effectively. It provides a suite of endpoints that simplify interaction with Zora's blockchain data and offer valuable insights. 🚀
- Frontend: Next.js 14, React 18, TypeScript
- Styling: Tailwind CSS, shadcn/ui
- Backend: Next.js API Routes
- Blockchain Interaction: viem
- Authentication: Privy
- Analytics: Stack
- Deployment: Vercel
-
Clone the repository:
git clone https://github.com/sweetmantech/myco-api.git cd myco-api -
Install dependencies:
yarn install -
Set up environment variables: Create a
.env.localfile in the root directory and add the following variables:STACK_API_KEY=your_stack_api_key PRIVY_APP_ID=your_privy_app_id PRIVY_APP_SECRET=your_privy_app_secret -
Run the development server:
yarn dev -
Open http://localhost:3000 in your browser to see the application.
- Simplified Zora Integration: Access Zora protocol data through easy-to-use REST API endpoints. 🔗
- Profile Information: Retrieve comprehensive Zora profile data for any address. 👤
- Token and Collection Data: Easily fetch information about Zora tokens and collections. 🖼️
- Rewards System: Access and track Zora rewards for different activities. 🏆
- Leaderboard: Implement gamification features using the built-in leaderboard system. 🏅
- Scoring System: Utilize the Zora score calculation for user engagement metrics. 📊
- Profile Insights: Gain valuable insights into your Zora profile, including completeness score and follower metrics. 📈
- Reward Tracking: Easily monitor your earnings from creator rewards, referrals, and first minter bonuses. 💰
- Collection Management: Access detailed information about your created collections and their performance. 🗂️
- Engagement Metrics: Understand your audience better with follower and following scores. 🤝
- Leaderboard Participation: Increase visibility and engagement by participating in the platform's leaderboard. 🌟
For a complete list of available API endpoints and their usage, please refer to our API documentation.
We welcome contributions! Please open a pull request to contribute.
This project is licensed under the MIT License - see the LICENSE.md file for details.