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

https://github.com/portalnetwork/ethereum-classic-explorer


https://github.com/portalnetwork/ethereum-classic-explorer

Last synced: 4 months ago
JSON representation

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.