2019-03-20 13:32:35 +01:00
|
|
|
# Description
|
|
|
|
|
2021-03-24 17:15:42 +08:00
|
|
|
This repo defines Nimbus cluster infrastructure.
|
2019-03-20 13:32:35 +01:00
|
|
|
|
2021-10-05 10:34:16 +02:00
|
|
|
# Endpoints
|
|
|
|
|
|
|
|
These are [Beacon API](https://ethereum.github.io/beacon-APIs/) endpoints intended for community testing.
|
|
|
|
|
|
|
|
| Endpoint | Host |
|
|
|
|
|-------------------------------------------------|--------------------------------------|
|
|
|
|
| http://unstable.mainnet.beacon-api.nimbus.team/ | `metal-01.he-eu-hel1.nimbus.mainnet` |
|
|
|
|
| http://testing.mainnet.beacon-api.nimbus.team/ | `metal-02.he-eu-hel1.nimbus.mainnet` |
|
|
|
|
| http://unstable.prater.beacon-api.nimbus.team/ | `metal-01.he-eu-hel1.nimbus.prater` |
|
|
|
|
| http://testing.prater.beacon-api.nimbus.team/ | `metal-02.he-eu-hel1.nimbus.prater` |
|
2022-03-31 20:03:38 +02:00
|
|
|
| http://unstable.kiln.beacon-api.nimbus.team/ | `metal-01.he-eu-hel1.nimbus.kiln` |
|
2021-10-05 10:34:16 +02:00
|
|
|
|
|
|
|
These nodes have no validators attached.
|
|
|
|
|
2021-01-20 19:19:13 +01:00
|
|
|
# Dashboards
|
|
|
|
|
|
|
|
There's a dedicated Kibana dashboard for Nimbus fleet logs: https://nimbus-logs.infra.status.im/
|
|
|
|
|
2021-03-23 14:41:44 +01:00
|
|
|
There are explorers available for various testnets:
|
|
|
|
|
|
|
|
* https://prater.beaconcha.in/
|
2022-06-01 14:20:08 +02:00
|
|
|
* https://ropsten.beaconcha.in/
|
2022-03-26 10:36:56 +01:00
|
|
|
* https://beaconchain.kiln.themerge.dev/
|
2021-03-23 14:41:44 +01:00
|
|
|
|
2022-03-31 20:03:38 +02:00
|
|
|
# Repo Usage
|
2019-03-20 13:32:35 +01:00
|
|
|
|
2022-03-31 20:03:38 +02:00
|
|
|
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.
|