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
# 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
Prior to deploying, on your development machine, run npm version patch
to:
- Increment the package version in
package.json
. - Commit and push the new version to Github.
- Publish the new release.
For a detailed explanation on how things work, check out the guide and docs for vue-loader.