ripple / ripplecharts-frontend

RippleCharts front-end using Angular.js and D3
ISC License
185 stars 132 forks source link

value server URL in config? #173

Closed datasmithtech closed 6 years ago

datasmithtech commented 7 years ago

good day.

i am interested in learning this, and i tried running this web app, however, i believe i am using the incorrect default url. "server": "wss://s1.ripple.com:443"

What value should it be?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/49409354-value-server-url-in-config?utm_campaign=plugin&utm_content=tracker%2F627456&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F627456&utm_medium=issues&utm_source=github).
pionix-code commented 7 years ago

what should this value be? Tried the following and non is working "server": "wss://s1.ripple.com:443" "server":"wss://s1.ripple.com" "https://data.ripple.com/v2"

shekenahglory commented 7 years ago

you should have something like

    "ga_account"  : "",
    "ga_id"       : "",
    "api"         : "https://data.ripple.com/v2",
    "domain"      : "http://ripplecharts.com",
    "maintenance" : false
  }
}

in deployment.environments.json and

Options = {
  theme     : "dark",
  base      : {currency:"XRP", issuer:""},
  counter   : {currency:"USD", issuer:"rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B"},
  chartType : "candlestick",
  interval  : "30m",
  range     : "3d",

  ripple    : {
    "server": "wss://s1.ripple.com:443"
  }
}

in src/config.js

pionix-code commented 7 years ago

Hi Matthew, The configuration settings worked thank you . If you don't mind please check out this page on xrpcharts

https://xrpcharts.ripple.com/#/topology

it's stuck on August 17. I've been checking it out for about a week and the very same entries keep being displayed.I think the validator listing is also showing august 17.

scratch28 commented 6 years ago

This has been addressed and is now up to date