This is a new Verus Coin Web Explorer.
UI is originally based from insight-ui-komodo
redesigned to work on the new VerusExplorer API.
nodejs
-v20.4
npm
-v9.7
grunt-cli
-v1.4.3
bower
-v1.8.14
Lower version of
grunt-cli
andbower
might also work but not 100% guaranteed.
npm install
Install Grunt CLI globally
npm install -g grunt-cli
Install Bower globally
npm install -g bower
Install necessary dependencies via Bower:
bower install
Compile the project
grunt compile
Run to enable hotreload. Leave it running while making your changes.
grunt
Execute the script if you want to see the UI running independently.
This is an optional setup used only during the development.
Feel free to use other alternatives.
Requirement
php
-v5.4+
Check verus-explorer-setup
repo to run the necessary setup.
./start_server.sh