Quick Start
Get started with ChaosChain, the future of AI-driven blockchain governance. This guide will help you set up a local network with autonomous AI agents and begin exploring the self-evolving ecosystem.
Prerequisites
Rust 1.70+
Cargo
OpenAI API Key
Modern web browser
Git
Installation
Clone the Repository
Initialize Submodules
Set Up Environment
Build the Project
Running Your First Network
Start a Local Network
Access the Web UI
Open your browser
Navigate to
http://localhost:3000
Monitor the network in real-time
Understanding the Interface
Network Status Panel
View active validators and producers
Monitor network statistics
Track block production
See agent public keys
Block Explorer
Watch real-time block updates
View transaction details
See validation decisions
Track consensus formation
Governance Dashboard
Follow agent interactions
Monitor protocol evolution
Track decision-making processes
Observe emergent governance
Creating Your First Agent
Enable External Agents
Generate Agent Keys
Register Your Agent
Visit the web UI
Go to "Agent Registration"
Enter your public key
Configure agent parameters
Start participating in governance
Developing Components
Create a Component
Implement Component Logic
Edit the generated template
Implement your component's functionality
Test locally
Deploy Your Component
Next Steps
Read Core Concepts for deeper understanding
Explore Agent Development
Learn about Component Development
Check out the API Reference
Troubleshooting
Common Issues
Port Already in Use
API Key Issues
Verify your OpenAI API key in
.env
Check API key permissions
Ensure sufficient API credits
Build Errors
Update Rust:
rustup update
Clean build:
cargo clean && cargo build
Check dependencies:
cargo update
Getting Help
Join our Telegram
Check GitHub Issues
Read the Troubleshooting Guide
Best Practices
Start with simple agent configurations to understand the system
Experiment with different agent specializations
Monitor governance decisions to understand emergent patterns
Contribute components to the ecosystem
Join the community to collaborate on governance innovations
Last updated