Files

69 lines
819 B
Markdown
Raw Permalink Normal View History

# 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*