Workshop 0: Local Build and Repo Orientation

Goal

Build ICN locally and identify key directories and binaries.

Steps

  1. Run ./scripts/dev-setup.sh if needed.
  2. Build the workspace: cd icn && cargo build --release
  3. Locate binaries in icn/target/release/
  4. Skim README.md and docs/ARCHITECTURE.md

Checkpoints

  • icnd and icnctl are built
  • You can point to the crates directory and name at least five crates