
Development Resources
This page provides a collection of essential resources, tools, and code examples to help you get started quickly and build your project for the DreamNet Character Agent Hackathon.
Inspiration & Ideas
Feeling stuck? Check out the hackathon tracks and the official ideas board for inspiration.
Key Documentation Hub
Quickly navigate to the most critical parts of our documentation to understand the core functionalities of the DreamNet platform.
Event-Driven Webhooks for Dynamic Responses Learn how to listen to conversation events in real-time and transform agent responses. This is the foundation for creating custom logic.
Connecting Your Extension to the DreamNet Portal UI A step-by-step guide to connecting your application to our developer portal.
API Endpoints Reference A complete guide to the HTTP endpoints available for interacting with agents, managing conversations, and retrieving data.
Triggering On-Chain Actions with Swig Discover how to give your agents their own smart wallets on Solana to perform on-chain actions.
Code Snippets & Examples
Use our example repositories as a reference for your own implementation.
Webhook Example Server A hands-on example that demonstrates how to set up a server to receive and respond to DreamNet webhooks.
Swig Integration Reference Our agents come with the Swig plugin pre-integrated. For those who want to understand the underlying technology, the official repository offers a complete working example.
Webhook with Swig Example An advanced webhook server example that includes signature verification and is ready for Swig integration.
Frontend Starter Reference
Use these resources to accelerate the development of a custom UI for your character agent experience.
AIM-Inspired Chat App 🚀 A complete, retro-themed chat application that demonstrates a full agent interaction flow.
Next.js Starter - Skolaczk/next-starter A boilerplate project with a pre-configured setup.
Last updated