Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Overnode is a Bitcoin full node monitoring and explorer (query) tool. This project is a VueJs front end.

License

Notifications You must be signed in to change notification settings

propellerlabsio/overnode-client

Repository files navigation

Overnode VueJs Client

Overnode is a Bitcoin full node monitoring and explorer (query) tool which provides a GraphQL interface. This project contains a client / UI implementation written in VueJs which is hosted at overnode.org. For the server side code, visit the propellerlabsio/overnode-server Github.

WARNING:

This project is heavily under construction and in a beta state. Some functionality is missing and there may be outstanding security flaws. Do not run this code exposed to the internet with a bitcoin node containing a live, non-test wallet

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Deploying

Prior to deploying, on your development machine, run npm version patch to:

  1. Increment the package version in package.json.
  2. Commit and push the new version to Github.
  3. Publish the new release.

VueJs template information

For a detailed explanation on how things work, check out the guide and docs for vue-loader.