https://github.com/sc0vu/vuethexplore
A simple app explore ethereum blockchain with vuejs.
https://github.com/sc0vu/vuethexplore
blockchain ethereum explore vue vuethexplore
Last synced: 14 days ago
JSON representation
A simple app explore ethereum blockchain with vuejs.
- Host: GitHub
- URL: https://github.com/sc0vu/vuethexplore
- Owner: sc0Vu
- License: mit
- Created: 2017-11-02T04:09:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T13:24:08.000Z (about 2 years ago)
- Last Synced: 2025-03-27T07:47:48.812Z (about 1 month ago)
- Topics: blockchain, ethereum, explore, vue, vuethexplore
- Language: JavaScript
- Homepage: https://vuethexplorer.web3p.xyz/
- Size: 7.42 MB
- Stars: 32
- Watchers: 3
- Forks: 12
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuethexplorer
[](https://travis-ci.org/sc0Vu/vuethexplore)
[](https://codecov.io/gh/sc0Vu/vuethexplore)
[](https://david-dm.org/sc0vu/vuethexplore)Vue project for ethereum blockchain explorer.
# Usage
clone the repo
npm install
npm run dev
# Test
1. unit
npm run unit
2. e2e
npm run e2e
3. all
npm run test
# Demo
Deployed on heroku (build branch): [demo](https://vuethexplore.herokuapp.com/)