mirror of
https://github.com/luxfi/safe-frost.git
synced 2026-07-27 02:59:32 +00:00
docs: add LLM.md for AI assistant documentation
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
/.frost
|
||||
/target
|
||||
AGENTS.md
|
||||
CLAUDE.md
|
||||
GEMINI.md
|
||||
QWEN.md
|
||||
|
||||
@@ -0,0 +1,59 @@
|
||||
# safe-frost
|
||||
|
||||
## Overview
|
||||
|
||||
> [!WARNING] > Code in this repository is not audited and may contain serious security holes. Use at your own risk.
|
||||
|
||||
## Package Information
|
||||
|
||||
- **Type**: rust
|
||||
- **Module**: N/A
|
||||
- **Repository**: github.com/luxfi/safe-frost
|
||||
|
||||
## Directory Structure
|
||||
|
||||
```
|
||||
.
|
||||
contracts
|
||||
contracts/interfaces
|
||||
lib
|
||||
lib/forge-std
|
||||
src
|
||||
src/cmd
|
||||
src/data
|
||||
tests
|
||||
tests/erc4337
|
||||
tests/safe
|
||||
```
|
||||
|
||||
## Key Files
|
||||
|
||||
- Cargo.toml
|
||||
|
||||
## Development
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- Rust 1.70+
|
||||
|
||||
### Build
|
||||
|
||||
```bash
|
||||
cargo build --release
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```bash
|
||||
cargo test
|
||||
```
|
||||
|
||||
## 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