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

https://github.com/etherdata-blockchain/etherdata-admin-server

Etherdata Admin Server
https://github.com/etherdata-blockchain/etherdata-admin-server

admin blockchain etherdata

Last synced: 4 months ago
JSON representation

Etherdata Admin Server

Awesome Lists containing this project

README

          

# ETD Admin Server

[![codecov](https://codecov.io/gh/etherdata-blockchain/etherdata-admin-server/branch/main/graph/badge.svg?token=IYHCKFRR0Y)](https://codecov.io/gh/etherdata-blockchain/etherdata-admin-server)

[![CodeFactor](https://www.codefactor.io/repository/github/etherdata-blockchain/etherdata-admin-server/badge)](https://www.codefactor.io/repository/github/etherdata-blockchain/etherdata-admin-server)

This is the ETDStats Server

## Run

1. Install dependencies

```
yarn install
```

2. Build

```
yarn build
```

3. Start

```
yarn start
```