ripple/ripplecharts-frontend

RippleCharts front-end using Angular.js and D3

184

stars

846

commits

JavaScript

primary language

Nov 23, 2023

updated

README

This project has been deprecated.

Instead, see XRPL Explorer (source code).


CircleCI

XRP Charts

This is the frontend for xrpcharts.ripple.com data visualization using angular.js and D3

Installation Instructions:

  1. Install node.js and npm.

  2. Install bower

     $ sudo npm install -g bower
    
  3. Install Grunt.

     $ sudo npm install -g grunt-cli
    
  4. Install the XRP Charts frontend.

     $ git clone https://github.com/ripple/ripplecharts-frontend
     $ cd ripplecharts-frontend
     $ npm install
     $ bower install
    
  5. Copy 'deployment.environments.json.example' into 'deployment.environments.json'

  6. Copy 'src/example.config.js' into 'src/config.js' and fill in the options as desired. A URL for the api is required.

Build

  1. Run the following command to build the client.

     $ grunt
    
  2. Navigate your browser to the /build directory for the development version, or to the /bin directory for the compiled version

Contributors

shekenahglory

606 commits

vahaknp

143 commits

bsteinlo

65 commits

jaesharp

13 commits

ripple/ripplecharts-frontend

RippleCharts front-end using Angular.js and D3

184

stars

846

commits

JavaScript

primary language

Nov 23, 2023

updated

README

This project has been deprecated.

Instead, see XRPL Explorer (source code).


CircleCI

XRP Charts

This is the frontend for xrpcharts.ripple.com data visualization using angular.js and D3

Installation Instructions:

  1. Install node.js and npm.

  2. Install bower

     $ sudo npm install -g bower
    
  3. Install Grunt.

     $ sudo npm install -g grunt-cli
    
  4. Install the XRP Charts frontend.

     $ git clone https://github.com/ripple/ripplecharts-frontend
     $ cd ripplecharts-frontend
     $ npm install
     $ bower install
    
  5. Copy 'deployment.environments.json.example' into 'deployment.environments.json'

  6. Copy 'src/example.config.js' into 'src/config.js' and fill in the options as desired. A URL for the api is required.

Build

  1. Run the following command to build the client.

     $ grunt
    
  2. Navigate your browser to the /build directory for the development version, or to the /bin directory for the compiled version

Contributors

shekenahglory

606 commits

vahaknp

143 commits

bsteinlo

65 commits

jaesharp

13 commits

Languages

JavaScript

72.2%

Less

19.4%

HTML

8.3%