Bootstrap geth Rust workspace
This commit is contained in:
commit
26f81ff1ef
73 changed files with 4835 additions and 0 deletions
18
docs/adr/0000-project-goals.md
Normal file
18
docs/adr/0000-project-goals.md
Normal 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.
|
||||
Loading…
Reference in a new issue