AWOL
Download

Documentation

Build with AWOL.

The full developer docs live in the monorepo. Each entry points to the canonical source — no stale mirrors.

By surface

Pick your entry point.

Design docs

The thinking behind the code.

Run it locally

From clone to running wallet.

# 1. Clone
git clone https://github.com/awolbio/coleman
cd coleman

# 2. Bring up the local stack (Anvil + IPFS + caddy)
./reqs.sh   # one-time toolchain check
./up.sh

# 3. Build extension + dev binary
./build.sh
./release.sh

# 4. Run the dev binary
./binaries/awol-dev

Hosted reference site coming soon.

Until then, the repository is the docs. PRs welcome.