Skip to content

feat: add Solarity and solidity-merkle-trees to Libraries & Frameworks - #16

Merged
mnusurov merged 1 commit into
mainfrom
add/solarity-merkle-trees
Aug 14, 2026
Merged

feat: add Solarity and solidity-merkle-trees to Libraries & Frameworks#16
mnusurov merged 1 commit into
mainfrom
add/solarity-merkle-trees

Conversation

@mnusurov

Copy link
Copy Markdown
Collaborator

Resource Addition/Update

Resource Information

Description

  • Solarity Solidity Library — "Audited collection of reusable Solidity libraries for math, data structures, and ERC helpers."
  • solidity-merkle-trees — "Gas-efficient on-chain Merkle multiproof verification library supporting binary trees, Merkle Mountain Ranges, and Patricia tries."

Why should this be added?

The Libraries & Frameworks section hasn't received a new entry since March 2025. Both candidates clear the section's quality bar (huff2 floor: 158★):

  • Solarity (395★, MIT, last push 2026-05): audited reusable library collection, independently corroborated by a Feb 2026 ERC-20 implementation comparison (OpenZeppelin vs Solady vs Solarity). Fills the "audited general-purpose library collection" niche alongside OZ Contracts and Solady.
  • solidity-merkle-trees (204★, Apache-2.0, last push 2026-06): unique niche — batched multiproofs share interior nodes, cheaper than N independent verifies. No existing entry covers Merkle proof verification, so no duplicate value conflict.

Both verified: no near-duplicates in the README (grep for merkle/solarity returns nothing), alphabetical order preserved, stars badges attached.


Checklist

  • I've searched for duplicates using GitHub search and existing issues

  • The resource is primarily in English (or has an English version)

  • The resource is free or clearly marks paid sections

  • The resource focuses specifically on Solidity (not general blockchain/Web3)

  • Description is concise and neutral (no promotional language)

  • Grammar and spelling have been verified (using a tool or manual check)

  • Links are working and point to the correct content

  • The resource is actively maintained (if applicable)

Additional Context

Discovered via a periodic section audit (GitHub search + community sources). Solarity was surfaced by two independent discovery paths (GitHub search + independent benchmark article); solidity-merkle-trees by two as well (GitHub search + @soliditypedia community coverage).


By submitting this pull request, I confirm that my contribution is made under the terms of the repository's license.

Thank you for contributing to Awesome Solidity! 🦄

@mnusurov
mnusurov merged commit e5307ca into main Aug 14, 2026
1 check passed
@mnusurov
mnusurov deleted the add/solarity-merkle-trees branch August 14, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant