mostro 0.17.4

Lightning Network peer-to-peer nostr platform
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Mostro Documentation

Quick links to architecture and feature guides.

- Architecture Overview: ARCHITECTURE.md
- Startup & Configuration: STARTUP_AND_CONFIG.md (template keys are required; see notes on Rust Defaults)
- Event Routing: EVENT_ROUTING.md
- Lightning Operations: LIGHTNING_OPS.md
- Orders & Actions: ORDERS_AND_ACTIONS.md
- Admin RPC & Disputes: ADMIN_RPC_AND_DISPUTES.md
- RPC Interface Reference: RPC.md
- NIP-01 Kind 0 Metadata: NIP01_KIND0_METADATA.md

Tips
- Run tests and lints before pushing: `cargo test`, `cargo fmt`, `cargo clippy --all-targets --all-features`.
- Update SQLx offline data after query/schema changes: `cargo sqlx prepare -- --bin mostrod`.

- [Solver Permission Levels]./SOLVER_PERMISSION_LEVELS.md