https://github.com/livepeer/sorted-doubly-ll
ZeppelinOS EVM Package for a Sorted Doubly Linked List
https://github.com/livepeer/sorted-doubly-ll
Last synced: 12 months ago
JSON representation
ZeppelinOS EVM Package for a Sorted Doubly Linked List
- Host: GitHub
- URL: https://github.com/livepeer/sorted-doubly-ll
- Owner: livepeer
- Created: 2018-10-23T20:52:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T03:06:30.000Z (over 7 years ago)
- Last Synced: 2025-06-30T02:49:05.749Z (12 months ago)
- Language: JavaScript
- Size: 190 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sorted Doubly Linked List EVM Package
This repository is a monorepo that includes a sorted doubly linked list EVM package and an example application that uses the package.
## Packages
- [`sorted-doubly-ll`](/packages/sorted-doubly-ll): An EVM package for a sorted doubly linked list
- [`fundraising-leaderboard`](/packages/fundraising-leaderboard): An example application using the sorted doubly linked list EVM package to implement a bare bones fundraiser that keeps track of top contributors.