https://github.com/portalnetwork/tomochain-explorer
https://github.com/portalnetwork/tomochain-explorer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/portalnetwork/tomochain-explorer
- Owner: PortalNetwork
- License: mit
- Created: 2018-09-20T04:44:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T07:31:22.000Z (over 7 years ago)
- Last Synced: 2024-12-30T19:39:02.480Z (over 1 year ago)
- Language: JavaScript
- Size: 23.6 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TomoChain Name Service Explorer
> A TomoChain Name Service Explorer Website
## 🚀 Overview
This project is a website helps you browse the TomoChain Name Service (TNS), with the following information below:
- TNS 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.