https://github.com/notrustverify/mixnet-state
State of Nym mixnet
https://github.com/notrustverify/mixnet-state
insight nym python3
Last synced: over 1 year ago
JSON representation
State of Nym mixnet
- Host: GitHub
- URL: https://github.com/notrustverify/mixnet-state
- Owner: notrustverify
- License: gpl-3.0
- Created: 2022-09-19T16:53:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T15:45:51.000Z (over 2 years ago)
- Last Synced: 2024-03-18T12:24:48.128Z (over 2 years ago)
- Topics: insight, nym, python3
- Language: Python
- Homepage: https://isNymUp.com
- Size: 392 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mixnet-state
Endpoints:
* `api/state`
Example
```json
{
"epoch_id": 3722,
"epoch_working": true,
"last_downtime": "2022-09-19T17:16:16.776853Z",
"last_update": "2022-09-21T06:10:02.284596Z",
"mixnet_working": true,
"validator_working": true
}
```
1. Create database `python3 -c "from db import *; create_tables()"`