docs: add LLM.md project guide

This commit is contained in:
Hanzo Dev
2026-03-11 10:36:37 -07:00
parent 9e70b4dc99
commit b097cc7f3a
+36
View File
@@ -0,0 +1,36 @@
# LLM.md - Hanzo Utxo
## Overview
Go module: github.com/luxfi/utxo
## Tech Stack
- **Language**: Go
## Build & Run
```bash
go build ./...
go test ./...
```
## Structure
```
utxo/
LICENSE
addresses.go
api.go
asset.go
atomic_utxo_manager.go
atomic_utxos.go
base_tx.go
context.go
flow_checker.go
go.mod
go.sum
lux.go
luxmock/
metadata.go
mldsafx/
```
## Key Files
- `go.mod` -- Go module definition