mirror of
https://github.com/luxfi/utxo.git
synced 2026-07-27 03:39:23 +00:00
docs: add LLM.md project guide
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user