Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T13:24:08.000Z (over 1 year ago)
- Last Synced: 2024-10-31T21:35:14.915Z (13 days ago)
- Topics: blockchain, ethereum, explore, vue, vuethexplore
- Language: JavaScript
- Homepage: https://vuethexplorer.web3p.xyz/
- Size: 7.42 MB
- Stars: 33
- Watchers: 4
- Forks: 12
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuethexplorer
[![Build Status](https://travis-ci.org/sc0Vu/vuethexplore.svg?branch=master)](https://travis-ci.org/sc0Vu/vuethexplore)
[![codecov](https://codecov.io/gh/sc0Vu/vuethexplore/branch/master/graph/badge.svg)](https://codecov.io/gh/sc0Vu/vuethexplore)
[![dependencies Status](https://david-dm.org/sc0vu/vuethexplore/status.svg)](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/)