Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEO Circulating Supply Scraper #22

Closed
kaythxbye opened this issue Aug 23, 2018 · 9 comments
Closed

NEO Circulating Supply Scraper #22

kaythxbye opened this issue Aug 23, 2018 · 9 comments

Comments

@kaythxbye
Copy link
Contributor

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

@gitcoinbot
Copy link

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


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

@gitcoinbot
Copy link

gitcoinbot commented Aug 27, 2018

Issue Status: 1. Open 2. Cancelled


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. bounty-js has started work.

    1. Create a docker file that runs neo block chain client.
  2. Add the above client as a service in docker-compose.yml

  3. Create go script that queries the above client and sends the supply value to client.SendSupply

  4. Test

  5. Create pull request

Learn more on the Gitcoin Issue Details page.

@kaythxbye
Copy link
Contributor Author

To clarify: We are interested in circulating supply, in case of NEO that means the total supply minus the amount this address holds: https://neotracker.io/address/AQVh2pG732YvtNaxEGkQUei3YA4cvo7d2i

@bounty-js
Copy link
Contributor

bounty-js commented Aug 29, 2018

Hi @kaythxbye , the total supply of NEO coins is 100,000,000 and the amount at address AQVh2pG732YvtNaxEGkQUei3YA4cvo7d2i is 35,000,0001, so are you looking for the number 64,999,999? or Is there something I am missing?

@kaythxbye
Copy link
Contributor Author

That is correct, however once the amount held by the address changes we obviously need an update the next time the scraper is run. So summarized that means we need a dockerized NEO blockchain client that requests the amount held by that address every time the scraper is called and subtracts it from the total amount. We do not want a web scraper that just gets this info from neotracker.io.

@gitcoinbot
Copy link

Issue Status: 1. Open 2. Cancelled


The funding of 0.3 ETH (86.84 USD @ $289.45/ETH) attached to this issue has been cancelled by the bounty submitter

@kaythxbye
Copy link
Contributor Author

@bounty-js Something went wrong with the payment of this bounty, we are investigating it at the moment.

@bounty-js
Copy link
Contributor

bounty-js commented Sep 3, 2018

Hi @kaythxbye I have received 0.3 ETH to my address.
So the bounty is cancelled and @diamw has sent 0.3 ETH as tip.
Anyway thanks.

@kaythxbye
Copy link
Contributor Author

Thanks for the feedback and your work :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants