docs: add LLM.md for AI assistant documentation

This commit is contained in:
Zach Kelling
2025-12-24 18:10:57 -08:00
parent 90335e0b2d
commit 54c1a2fb54
2 changed files with 54 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
AGENTS.md
CLAUDE.md
GEMINI.md
QWEN.md
+50
View File
@@ -0,0 +1,50 @@
# staking
## Overview
Go package for Lux blockchain - staking
## Package Information
- **Type**: go
- **Module**: github.com/luxfi/staking
- **Repository**: github.com/luxfi/staking
## Directory Structure
```
.
```
## Key Files
- go.mod
- tls.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*