DOCUMENTATION
ICN Documentation
Everything you need to understand, implement, and contribute to the InterCooperative Network.
Browse Documentation Repository
Explore the complete documentation structure, view source files, and contribute directly on GitHub.
Browse Documentation Repository
Explore the complete icn-docs structure
📄 Documentation
🔗 External Link
✏️ Edit on GitHub
Hover items to reveal actions
Quick Start
New to ICN? Start here to understand the fundamentals and get your development environment set up.
Documentation Sections
Comprehensive reference materials and guides for building on ICN.
RFCs & Specifications
Technical specifications and formal governance proposals.
Quick Setup
Get ICN running locally in just a few commands.
Installation
# Clone the repository
git clone https://github.com/InterCooperative-Network/icn-core.git
cd icn-core
# Install Rust toolchain
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup toolchain install nightly
# Build and test
cargo build --release
cargo test
# Run your first node
cargo run --bin icn-node
Need help?
Check out our detailed onboarding guide or join our community discussions.