This project has been deprecated.
XRPL Explorer (source code).
Instead, seeXRP Charts
This is the frontend for xrpcharts.ripple.com data visualization using angular.js and D3
Installation Instructions:
-
Install node.js and npm.
-
Install bower
$ sudo npm install -g bower
-
Install Grunt.
$ sudo npm install -g grunt-cli
-
Install the XRP Charts frontend.
$ git clone https://github.com/ripple/ripplecharts-frontend $ cd ripplecharts-frontend $ npm install $ bower install
-
Copy 'deployment.environments.json.example' into 'deployment.environments.json'
-
Copy 'src/example.config.js' into 'src/config.js' and fill in the options as desired. A URL for the api is required.
Build
-
Run the following command to build the client.
$ grunt
-
Navigate your browser to the /build directory for the development version, or to the /bin directory for the compiled version