https://github.com/streamr-dev/network-explorer-mock-api
Mock api for the Network Explorer to aid development
https://github.com/streamr-dev/network-explorer-mock-api
Last synced: 5 months ago
JSON representation
Mock api for the Network Explorer to aid development
- Host: GitHub
- URL: https://github.com/streamr-dev/network-explorer-mock-api
- Owner: streamr-dev
- Created: 2018-02-19T14:29:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T15:06:02.000Z (about 3 years ago)
- Last Synced: 2025-09-30T14:55:16.494Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# network-explorer-mock-api
## running
```
npm install
npm start
```
By default the app starts in port `3001`
## endpoints
```
/node-connections
/topology/:streamId
/streams
/streams/:id
/streams/:id/validation
```