Bootstrap geth Rust workspace

This commit is contained in:
Eric Wendland 2026-05-15 15:08:20 +02:00
commit 26f81ff1ef
73 changed files with 4835 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# ADR 0000: Project Goals
## Status
Accepted.
## Decision
`geth` is a personal, local-first, script-friendly mesh runtime built as a Rust
monorepo around Iroh networking and resource-oriented modules.
It is not a blockchain, not a consensus system, not the Ethereum geth client,
and not a replacement for OpenSSH authentication.
## Consequences
The project favors local ownership, explicit resources, durable metadata,
capability-based authorization, and future multi-user collaboration.