An open API service indexing awesome lists of open source software.

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

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.