mirror of
https://github.com/luxfi/staking.git
synced 2026-07-27 03:51:29 +00:00
docs: add LLM.md for AI assistant documentation
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
AGENTS.md
|
||||
CLAUDE.md
|
||||
GEMINI.md
|
||||
QWEN.md
|
||||
@@ -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*
|
||||
Reference in New Issue
Block a user