Building on our success as one of the winners of the Best CDP AgentKit Integration (Coinbase Developer Platform Bounty) at the Gaia Autonomous Hackathon (December 2024), EventSync has added new features and capabilities.
EventSync has evolved significantly since its hackathon debut, with major improvements including:
- 🎨 Brand new sleek frontend interface (EventSync Frontend)
- 🛠 Expanded toolkit with new AgentKit actions
- 🤖 Enhanced autonomous capabilities
- 🔄 Seamless Web2 to Web3 integration
EventSync is a groundbreaking AI agent that seamlessly bridges Web2 and Web3 event ecosystems, leveraging the Coinbase Developer Platform's AgentKit, Proof of Attendance Protocol (POAP) NFTs and Eventbrite to create a fully autonomous event management solution.
- Autonomous Event Integration: Intelligently connects Eventbrite (Web2) with POAP (Web3)
- Frictionless Onboarding: Mints POAP NFTs directly to attendee email addresses
- Web3 Accessibility: Removes wallet complexity for new blockchain users
- AI-Powered Event Management: Uses advanced AI agents to handle event logistics
- Coinbase Developer Platform AgentKit: Primary framework for agent development
- Eventbrite API: Event and attendee management
- POAP API: Decentralized proof-of-attendance NFT minting
- LangChain & LangGraph: Powering intelligent agent interactions
-
End-User Focused
- No crypto wallet required
- Email-based NFT distribution
- Familiar Web2 interface for Web3 actions
-
Comprehensive Event Management
- Create and manage Eventbrite events
- Automatic POAP NFT minting
- Attendee tracking and verification
-
AgentKit Integration
- Custom actions for event management
- Autonomous decision-making
- Seamless blockchain interactions
- createEventbriteTool # Create new events
- retrieveEventTool # Fetch event details
- listAttendeesTool # Get event attendees
- getClaimCodesTool # Generate POAP claim codes
- getClaimSecretTool # Manage claim secrets
- mintPoapTool # Mint POAPs for attendees
graph TD
A[Eventbrite Event] --> B{Retrieve Attendees}
B --> |API Call| C[Verify Attendees]
C --> D[Generate POAP Claim Codes]
D --> E[Mint POAP NFTs to Attendees Email]
- One-click event creation
- Automatic POAP distribution
- Attendee management
- Real-time event analytics
- Seamless NFT claiming
- No crypto knowledge required
- Email-based verification
- Digital proof of attendance
- Coinbase Developer Platform account
- Eventbrite API credentials
- POAP API access
# Clone the repositories
git clone https://github.com/ofemeteng/eventsync-agent.git
git clone https://github.com/ofemeteng/eventsync-frontend.git
# Backend setup
cd eventsync-agent
pipx install poetry
poetry install
# Frontend setup
cd ../eventsync-frontend
npm install
Create separate .env
files for the backend and frontend:
# Backend
EVENTBRITE_OAUTH_TOKEN=your_eventbrite_oauth_token
POAP_API_KEY=your_poap_api_key
POAP_ACCESS_TOKEN=your_poap_access_token
CDP_API_KEY_NAME=your_cdp_api_key_name
CDP_API_KEY_PRIVATE_KEY=your_cdp_api_key_private_key
POAP_CLIENT_ID=your_poap_client_id
POAP_CLIENT_SECRET=your_poap_client_secret
#Frontend
NEXT_PUBLIC_API_BASE_URL=the_base_url_of_the_eventsync_backend_agent
# Backend
poetry shell
uvicorn server:app --reload
# Frontend
npm run dev
EventSync perfectly aligns with Round 3's focus on AgentKit implementations by:
- ✅ Creating new, reusable AgentKit actions
- ✅ Delivering an end-user facing application
- ✅ Integrating Web2 and Web3 seamlessly
- ✅ Enabling autonomous event management
- AI-powered event recommendations
- Stablecoin payment integration
- Cross-platform event verification
- Advanced analytics dashboard
- Supporting stablecoin payments to event prize winners
We welcome contributions! Please follow these steps:
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Submit a Pull Request
MIT License - See LICENSE file for details.
Built with 💝 using Coinbase Developer Platform's AgentKit | Documentation