https://github.com/status-im/infra-nim-waku
Infrastructure for Nim Waku
https://github.com/status-im/infra-nim-waku
fleet infra waku
Last synced: 6 months ago
JSON representation
Infrastructure for Nim Waku
- Host: GitHub
- URL: https://github.com/status-im/infra-nim-waku
- Owner: status-im
- Created: 2020-05-26T10:27:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T15:14:11.000Z (about 1 year ago)
- Last Synced: 2024-09-15T03:25:30.842Z (about 1 year ago)
- Topics: fleet, infra, waku
- Language: Python
- Homepage: https://github.com/status-im/nim-waku
- Size: 332 KB
- Stars: 4
- Watchers: 36
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
This repo defines __legacy__ infrastructure for running [nim-waku](https://github.com/waku-org/nwaku) nodes.
Only a single node is kept for the needs of [js-waku](https://github.com/waku-org/js-waku) development.
# Dashboard
You can look up current state of the fleet at: https://fleets.waku.org/
# Discovery
DNS `TXT` ENRTree records exist to discover available fleets:
```
enrtree://ANEDLO25QVUGJOUTQFRYKWX6P4Z4GKVESBMHML7DZ6YK4LGS5FC5O@prod.wakuv2.nodes.status.im
```# Continuous Integration
Jenkins CI builds can be used to build and deploy new Docker images:
* `wakuv2.prod` - https://ci.infra.status.im/job/nim-waku/job/deploy-v2-prod/
# Repo Usage
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.