You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was originally built in April 2018 as an easy deployable solution for people to setup a no-frills site where people can send transactions with an attached message to have the sum of transactions from one address grouped and added up and displayed in descending order - usually called leaderboard.
The different branches of /giveth/donation-leaderboard are different implementations where funds were raised for certain projects and events. For example see https://leaderboard.giveth.io
Current status of the project is broken. Following things need a fix:
Etherscan dropped their websocket endpoint. So we should replace etherscan websockets and while at it the whole request with another "more open provider" - i.e. blockscout ... i.e. use blockscout graphQL endpoint
Metamask seems to be intitializing properly, but transactions are not propagated to wallet. Needs update because original was built with an old web3 version.
Add support for tokens.
The text was updated successfully, but these errors were encountered:
This was originally built in April 2018 as an easy deployable solution for people to setup a no-frills site where people can send transactions with an attached message to have the sum of transactions from one address grouped and added up and displayed in descending order - usually called leaderboard.
The different branches of /giveth/donation-leaderboard are different implementations where funds were raised for certain projects and events. For example see https://leaderboard.giveth.io
Current status of the project is broken. Following things need a fix:
The text was updated successfully, but these errors were encountered: