https://github.com/portalnetwork/ethereum-classic-explorer
https://github.com/portalnetwork/ethereum-classic-explorer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/portalnetwork/ethereum-classic-explorer
- Owner: PortalNetwork
- License: mit
- Created: 2018-08-05T02:24:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T03:13:31.000Z (over 7 years ago)
- Last Synced: 2024-12-30T19:41:02.536Z (over 1 year ago)
- Language: JavaScript
- Size: 23.1 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ethereum Classic Name Service Explorer
> A Ethereum Classic Name Service Explorer Website
## 🚀 Overview
This project is a website helps you browse the Ethereum Classic Name Service (ECNS), with the following information below:
- ECNS Info with state, bid value, highest bid value, finalize date
- Name Info with owner address, IPFS hash, mapping address
## 🔨 Run on localhost
#### Install Dependencies
```
npm install
```
#### Build project
```
npm run dev
```
#### Publish / Deploy
```
npm run deploy
```
## 📣 Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md) for how to help out.
## 🗒 Licence
See [LICENSE](./LICENSE) for details.