Skip to content

VerusDappMaker/verus-explorer-ui

 
 

Repository files navigation

Verus Explorer UI

This is a new Verus Coin Web Explorer. UI is originally based from insight-ui-komodo redesigned to work on the new VerusExplorer API.

Prerequisite:

  1. nodejs - v20.4
  2. npm - v9.7
  3. grunt-cli - v1.4.3
  4. bower - v1.8.14

Lower version of grunt-cli and bower might also work but not 100% guaranteed.

Development

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

Extras

Optional

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


Check verus-explorer-setup repo to run the necessary setup.

./start_server.sh

About

Verus Coin Web Explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.1%
  • Less 3.1%
  • HTML 2.8%
  • CSS 1.8%
  • SCSS 0.1%
  • Python 0.1%