/ README.md
README.md
1 # Description 2 3 This repo defines __legacy__ infrastructure for running [nim-waku](https://github.com/waku-org/nwaku) nodes. 4 5 Only a single node is kept for the needs of [js-waku](https://github.com/waku-org/js-waku) development. 6 7 # Dashboard 8 9 You can look up current state of the fleet at: https://fleets.waku.org/ 10 11 # Discovery 12 13 DNS `TXT` ENRTree records exist to discover available fleets: 14 ``` 15 enrtree://ANEDLO25QVUGJOUTQFRYKWX6P4Z4GKVESBMHML7DZ6YK4LGS5FC5O@prod.wakuv2.nodes.status.im 16 ``` 17 18 19 # Continuous Integration 20 21 Jenkins CI builds can be used to build and deploy new Docker images: 22 23 * `wakuv2.prod` - https://ci.infra.status.im/job/nim-waku/job/deploy-v2-prod/ 24 25 # Repo Usage 26 27 For how to use this repo read the [Infra Repo Usage](https://github.com/status-im/infra-docs/blob/master/docs/general/ansible_terraform.md) doc.