Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/status-im/ranking
Ranking library for DApps
https://github.com/status-im/ranking
blockchain dapp ethereum
Last synced: 29 days ago
JSON representation
Ranking library for DApps
- Host: GitHub
- URL: https://github.com/status-im/ranking
- Owner: status-im
- License: cc0-1.0
- Created: 2019-08-23T04:18:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T04:38:27.000Z (over 5 years ago)
- Last Synced: 2025-01-01T20:09:03.812Z (about 1 month ago)
- Topics: blockchain, dapp, ethereum
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Ranking for Dapps
Uses a linked list to return the ranking from top to last position.
The list is rearranged with help of offchain information of new element in front of the changing position.
The additional overhead in gas caused by this ranking should worth the faster and easier availability of ranking information.
This is useful for clients listing a ranking without having to process all positions data or relay on a pre processed caching server.