MoneroVision
MoneroVision copied to clipboard
MoneroVision is an open-source Monero block explorer that is offered as a part of the MyCrypto network
MoneroVision
MoneroVision is a block explorer for Monero
Contributing
If you're new to open source, check out some of these resources to help you get started.
Open and Transparent
All of our work happens directly on GitHub. All pull requests by core team members and external contributors go through the same review process.
Branch Organization
Pull requests should be made against the master branch.
Build and Run
Prerequisits
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.
Run
npm run start
This will run a local development server which default to http://localhost:8080
Build
npm run build
Generates a minified build in ./dist
Feedback
Related Projects
License
MoneroVision is MIT licensed.