bkrem / awesome-solidity

⟠ A curated list of awesome Solidity resources, libraries, tools and more
https://bkrem.github.io/awesome-solidity
6.54k stars 945 forks source link

List should distinguish between solidity code libaries and tooling #93

Closed TimDaub closed 8 months ago

TimDaub commented 2 years ago

https://github.com/bkrem/awesome-solidity#libraries

currently this section mixes e.g. solidity library code like ...erc20.. with JavaScript Solidity tooling ...truffle-create-dapp... It'd be helpful if there were two distinct lists, one for Solidity tooling and one for Solidity libraries like e.g. the openzepellin-contracts.

clairecharles commented 2 years ago

Hey @TimDaub I would love to work on this if it hasn't yet been fixed

TimDaub commented 2 years ago

probably best u clarify this with the repository owner

bkrem commented 2 years ago

Hey @TimDaub, hey @claire-me,

I completely agree with Tim's original point here, over the years especially the "Libraries" section has become too one-size-fits-all.

That would be amazing if you can show that section some love Claire 🙏 I'd be sure to give you a special shoutout on the list, as a grateful maintainer :)

clairecharles commented 2 years ago

Created a pr @bkrem

Akshaykk12 commented 1 year ago

Is the problem solved?