Commit graph

5 commits

Author SHA1 Message Date
Steve Degosserie
ec27db7bad
docs: 📚 Add comprehensive setup documentation for Snowbridge Relays 2025-12-01 16:00:08 +01:00
Steve Degosserie
67bc549b1b
docs: 📚 Add Snowbridge relay documentation
Add comprehensive documentation for the 4 Snowbridge relays:

- Beacon Relay: Syncs Ethereum beacon chain finality to DataHaven
- BEEFY Relay: Submits DataHaven BEEFY proofs to Ethereum
- Execution Relay: Delivers Ethereum messages to DataHaven
- Solochain Relay: Sends DataHaven messages to Ethereum

Each document includes:
- CLI flags and configuration file structure
- Key requirements (Ethereum/Substrate private keys)
- Docker and Kubernetes deployment examples
- Multi-instance deployment for high availability
- Monitoring and troubleshooting guides

Also updates README.md with Snowbridge section and relay overview table.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 12:31:05 +01:00
Steve Degosserie
03e78679e6
chore: ♻️ Updated StorageHub nodes docs 2025-12-01 12:28:46 +01:00
Steve Degosserie
b6cfd5eae1
chore: ♻️ Updated DataHaven nodes docs 2025-12-01 11:44:06 +01:00
Steve Degosserie
bd746b340c
docs: 📚 Add comprehensive node setup documentation
Add documentation for DataHaven and StorageHub node setup and operations:

DataHaven nodes:
- Bootnode: Peer discovery configuration
- Validator: 4 session keys (BABE, GRANDPA, ImOnline, BEEFY)
- Full Node: RPC endpoint setup

StorageHub nodes:
- MSP: Main Storage Provider with 2-step registration
- BSP: Backup Storage Provider with 2-step registration
- Indexer: PostgreSQL-backed blockchain indexer
- Fisherman: Storage provider monitor

Each document includes:
- CLI flags with descriptions
- Key injection requirements
- Wallet/funding requirements
- On-chain registration extrinsics (using non-privileged 2-step process for MSP/BSP)
- Docker and Kubernetes deployment examples
- Monitoring and troubleshooting guides

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 14:15:51 +01:00