Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.