Development Guide
Quick Start
# Clone repository
git clone https://github.com/neurochainai/ncn-network-v2-rs.git
cd ncn-network-v2-rs
# Build all components
cargo build
# Run tests
cargo test --all
# Start services for local development
./scripts/start-local.shDevelopment Guides
Development Workflow
Typical Development Cycle
Code Style
Quick Reference
Build Commands
Test Commands
Run Commands
Useful Environment Variables
Next Steps
Last updated
