Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 449 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 449 Bytes

Clarity Endless List

Submission to Clarity Hackathon Level 1

Purpose

A contract which will allow other contracts to maintain a bottomless, paged, list of items This would have included trait implementations but there is an open issue about this

Demonstration

  • Add an item
  • Add as many items as you like
  • Open a random page
  • Walk through the list using the next property