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
- Host: GitHub
- URL: https://github.com/etherdata-blockchain/etherdata-admin-server
- Owner: etherdata-blockchain
- Created: 2021-08-04T08:08:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T00:42:55.000Z (over 1 year ago)
- Last Synced: 2024-12-10T03:29:07.918Z (over 1 year ago)
- Topics: admin, blockchain, etherdata
- Language: TypeScript
- Homepage: https://admin.etdchain.net
- Size: 7.68 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ETD Admin Server
[](https://codecov.io/gh/etherdata-blockchain/etherdata-admin-server)
[](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
```