MoneroVision is a block explorer for Monero
If you're new to open source, check out some of these resources to help you get started.
All of our work happens directly on GitHub. All pull requests by core team members and external contributors go through the same review process.
Pull requests should be made against the master branch.
Get source code and download dependencies:
git clone https://github.com/MyCryptoHQ/MoneroVision.git
cd MoneroVision
npm i
Note: For more information on how to install NPM modules globally on UNIX systems without resorting to sudo, refer to this guide.
npm run start
This will run a local development server which default to http://localhost:8080
npm run build
Generates a minified build in ./dist
MoneroVision is MIT licensed.