mirror of
https://github.com/status-im/infra-waku.git
synced 2025-01-09 20:45:55 +00:00
27 lines
842 B
Markdown
27 lines
842 B
Markdown
# Description
|
|
|
|
This repo defines infrastructure for running [nim-waku](github.com/status-im/nim-waku) nodes shards.
|
|
|
|
There are 2 kinds of nodes:
|
|
|
|
* `node` - `nim-waku` nodes
|
|
* `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.
|