docs: add LLM.md for AI assistant documentation

This commit is contained in:
Zach Kelling
2025-12-24 18:10:42 -08:00
parent 14c18f8fd9
commit 3b7d998338
2 changed files with 72 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
AGENTS.md
CLAUDE.md
GEMINI.md
QWEN.md
+68
View File
@@ -0,0 +1,68 @@
# keys
## Overview
Go package for Lux blockchain - keys
## Package Information
- **Type**: go
- **Module**: github.com/luxfi/keys
- **Repository**: github.com/luxfi/keys
## Directory Structure
```
.
cmd
cmd/keys
cmd/staking
node1
node1/bls
node1/ec
node2
node2/ec
node3
node3/bls
node3/ec
node4
node4/bls
node4/ec
```
## Key Files
- allocations.go
- get_correct_node_ids.go
- get_node_ids.go
- go.mod
- keys.go
- upgrade_keys.go
## Development
### Prerequisites
- Go 1.21+
### Build
```bash
go build ./...
```
### Test
```bash
go test -v ./...
```
## Integration with Lux Ecosystem
This package is part of the Lux blockchain ecosystem. See the main documentation at:
- GitHub: https://github.com/luxfi
- Docs: https://docs.lux.network
---
*Auto-generated for AI assistants. Last updated: 2025-12-24*