What it does
- Runs a Claude-powered coding agent with file, git, and shell tools over MCP.
- Signs every commit and request preamble with a key derived from your IDN handle.
- Exposes a Cursor-style review workflow with diff preview before commit.
Built with
claude-sdkmcptypescript
Quickstart
- 01
git clone https://github.com/idn-network/template-code my-coding-agent && cd my-coding-agent - 02
cp .env.example .env # IDN_HANDLE and IDN_PRIVATE_KEY are pre-filled - 03
echo "ANTHROPIC_API_KEY=sk-ant-..." >> .env - 04
docker compose up - 05
curl https://resolver.idn.network/v1/@yourname.code # verify identity
Reserve @yourname.code
Claim the handle now, then generate this template from your dashboard.