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

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

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.