Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dternyak/monerochain
A pretty Monero Blockchain Explorer
https://github.com/dternyak/monerochain
blockchain-explorer monero
Last synced: 4 days ago
JSON representation
A pretty Monero Blockchain Explorer
- Host: GitHub
- URL: https://github.com/dternyak/monerochain
- Owner: dternyak
- License: mit
- Created: 2017-05-01T06:28:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-22T19:24:01.000Z (about 3 years ago)
- Last Synced: 2024-03-14T21:27:40.085Z (8 months ago)
- Topics: blockchain-explorer, monero
- Language: JavaScript
- Homepage: http://monerochain.com
- Size: 41 KB
- Stars: 23
- Watchers: 8
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MoneroChain
![MoneroChain](http://imgur.com/Urs1Jgi.png "MoneroChain")
#### Run:
```bash
npm run dev # run app in dev mode
```#### Build:
```bash
npm run build # build app
```It generates app in `dist` folder.