https://github.com/status-im/infra-waku
Infrastructure for Waku fleet
https://github.com/status-im/infra-waku
fleet infra waku
Last synced: 6 months ago
JSON representation
Infrastructure for Waku fleet
- Host: GitHub
- URL: https://github.com/status-im/infra-waku
- Owner: status-im
- Created: 2023-10-05T12:08:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-14T09:52:38.000Z (6 months ago)
- Last Synced: 2025-04-14T10:40:56.177Z (6 months ago)
- Topics: fleet, infra, waku
- Language: Python
- Homepage: https://github.com/status-im/nim-waku
- Size: 187 KB
- Stars: 0
- Watchers: 10
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
This repo defines infrastructure for running [nim-waku](github.com/status-im/nim-waku) nodes shards.
# Dashboard
You can look up current state of the fleet at: https://fleets.waku.org/
# Layout
* `node` - The `nim-waku` nodes running Waku V2 protocol.
* `node-db` - PostgreSQL used by `node` nodes for envelope storage.# Discovery
DNS `TXT` ENRTree records exist to discover available fleets:
```
enrtree://AOGYWMBYOUIMOENHXCHILPKY3ZRFEULMFI4DOM442QSZ73TT2A7VI@test.waku.nodes.status.im
enrtree://AIRVQ5DDA4FFWLRBCHJWUWOO6X6S4ZTZ5B667LQ6AJU6PEYDLRD5O@sandbox.waku.nodes.status.im
```# Continious Integration
Jenkins CI builds can be used to build and deploy new Docker images:
* `waku.test`: https://ci.infra.status.im/job/nim-waku/job/deploy-waku-test/
# Repo Usage
For how to use this repo read the [Infra Repo Usage](https://github.com/status-im/infra-docs/blob/master/docs/general/infra_repo_usage.md) doc.