diadata-org / diadata

DIAdata.org platform
https://diadata.org
Other
231 stars 128 forks source link

Ripple Circulating Supply Scraper #16

Closed kaythxbye closed 6 years ago

kaythxbye commented 6 years ago

Implement a Ripple Blockchain scraper reporting the amount of circulating XRP coins using our Go framework. Detailed documentation and examples can be found at https://docs.diadata.org/blockchain-scrapers.html

kaythxbye commented 6 years ago

Information about how to retrieve the information about all currently circulating XRP can be found here: https://developers.ripple.com/ledger.html (Look for "ledger.total_coins")

gitcoinbot commented 6 years ago

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


This issue now has a funding of 0.3 ETH (82.85 USD @ $276.16/ETH) attached to it.

gitcoinbot commented 6 years ago

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


Work has been started.

These users each claimed they can complete the work by 2 weeks, 3 days from now. Please review their action plans below:

  1. PumpkingWok has started work.

    Hi diamw,

I could look into this issue today, if it is still free. Thanks !!

Learn more on the Gitcoin Issue Details page.

  1. eristoddle has started work.

    I will have to use the official Ripple api for this one. The open source rippled package does not have the new Data API V2 which has the distribution API call shown here: https://developers.ripple.com/data-api-v2-tool.html#get-xrp-distribution. The circulating supply value is the distribution value. Details on the official api being the only place with the V2 Data API: https://github.com/ripple/rippled-historical-database. I actually created my own image: https://github.com/eristoddle/docker-rippled of the latest rippled version, but it only has the ws and old json-rpc api's. From what I can tell the distribution only seems to change once a week, but I will have the script run every 10 seconds and only hit the DIA api when the number changes like the other scripts.

Learn more on the Gitcoin Issue Details page.

gitcoinbot commented 6 years ago

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


Work for 0.3 ETH (85.72 USD @ $285.74/ETH) has been submitted by:

  1. @eristoddle

@diamw please take a look at the submitted work:


gitcoinbot commented 6 years ago

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


The funding of 0.3 ETH (86.84 USD @ $289.45/ETH) attached to this issue has been approved & issued to @eristoddle.

kaythxbye commented 6 years ago

28