[PR #4157] [CLOSED] Add Solidity #56115

Closed
opened 2026-06-18 07:21:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sindresorhus/awesome/pull/4157
Author: @mnusurov
Created: 5/9/2026
Status: Closed

Base: mainHead: add-solidity


📝 Commits (10+)

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 readme.md (+2 -1)

📄 Description

https://github.com/solidity-developer/awesome-solidity#readme

Smart-contract programming language for Ethereum.

By submitting this pull request I confirm I've read and complied with the below requirements 🖖

Requirements for your pull request

  • Fully AI-generated pull requests are not accepted.
  • Don't open a Draft / WIP pull request while you work on the guidelines.
  • Don't waste my time. Do a good job, adhere to all the guidelines, and be responsive.
  • You have to review at least 4 other open pull requests.

I have reviewed #4150, #4136, #4135, and #4127.

  • You have read and understood the instructions for creating a list.
  • This pull request has a title in the format Add Name of List.
  • The entry includes a short objective description of the project/theme.
  • The entry is added at the bottom of the appropriate category.
  • The title is title-cased and the URL ends in #readme.
  • No blockchain-related lists.
  • The suggested Awesome list complies with the below requirements.

Requirements for your Awesome list

  • Has been around for at least 30 days.
  • Is not AI-generated.
  • awesome-lint was run locally and passed.
  • The default branch is named main.
  • Includes a succinct description of the project/theme at the top of the readme.
  • It's the result of hard work and the best I could possibly produce.
  • The repo name is lowercase slug format: awesome-solidity.
  • The heading title is title case: # Awesome Solidity.
  • Non-generated Markdown file in a GitHub repo.
  • The repo has awesome-list and awesome GitHub topics.
  • Not a duplicate.
  • Only has awesome items.
  • Does not contain items that are unmaintained, archived, deprecated, or missing docs.
  • Includes a project logo/illustration whenever possible.
  • Entries have descriptions.
  • Includes the Awesome badge.
  • Has a Contents section.
  • Has an appropriate license. (CC0 1.0).
  • Has contribution guidelines.
  • Non-important necessary content is grouped appropriately.
  • Has consistent formatting and proper spelling/grammar.
  • Does not use hard-wrapping.
  • Does not include a CI badge.
  • Does not include an "Inspired by awesome-foo" link at the top.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sindresorhus/awesome/pull/4157 **Author:** [@mnusurov](https://github.com/mnusurov) **Created:** 5/9/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-solidity` --- ### 📝 Commits (10+) - [`12d6d99`](https://github.com/sindresorhus/awesome/commit/12d6d99ad307e5c16b6f925db92a7bc53d17ba97) initial commit - [`c2417a6`](https://github.com/sindresorhus/awesome/commit/c2417a638045d40a0cc93f870fdae3625ff372e0) add awesome-bot - [`51eebb0`](https://github.com/sindresorhus/awesome/commit/51eebb0e2586244a98772c425c681e136d007d97) Update build.yml - [`f9013c4`](https://github.com/sindresorhus/awesome/commit/f9013c465cff408f6d0c4dfb94acd3cbe0174328) add awesome-bot - [`608860e`](https://github.com/sindresorhus/awesome/commit/608860e41ea6f1733928ee2b5bde4758f09439f9) Add Solady - [`4e2c0d3`](https://github.com/sindresorhus/awesome/commit/4e2c0d38b56e00de0fc20af1ad324f1c56110f8d) Merge branch 'main' of https://github.com/mnusurov/awesome-solidity - [`fb868d8`](https://github.com/sindresorhus/awesome/commit/fb868d89044a8c786c63a59c47b43af2dac401bd) fix awesome-bot errors - [`1f05a5c`](https://github.com/sindresorhus/awesome/commit/1f05a5ca606c5928ab2902a549ebd3c17fdfd1ff) deployment for github-pages - [`246b5b3`](https://github.com/sindresorhus/awesome/commit/246b5b342c7677fbe9540faf9e9072dc8f573426) Add medusa and trailOfBits's security guide - [`050aa3e`](https://github.com/sindresorhus/awesome/commit/050aa3edeada303eca6a78e5fe9bbe2d5230d0d7) add OZ resources ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `readme.md` (+2 -1) </details> ### 📄 Description **https://github.com/solidity-developer/awesome-solidity#readme** Smart-contract programming language for Ethereum. ### By submitting this pull request I confirm I've read and complied with the below requirements 🖖 ## Requirements for your pull request - [x] Fully AI-generated pull requests are not accepted. - [x] Don't open a Draft / WIP pull request while you work on the guidelines. - [x] **Don't waste my time.** Do a good job, adhere to all the guidelines, and be responsive. - [x] **You have to review at least 4 other open pull requests.** I have reviewed #4150, #4136, #4135, and #4127. - [x] You have read and understood the instructions for creating a list. - [x] This pull request has a title in the format `Add Name of List`. - [x] The entry includes a short objective description of the project/theme. - [x] The entry is added at the bottom of the appropriate category. - [x] The title is title-cased and the URL ends in `#readme`. - [x] No blockchain-related lists. - [x] The suggested Awesome list complies with the below requirements. ## Requirements for your Awesome list - [x] Has been around for at least 30 days. - [x] Is not AI-generated. - [x] `awesome-lint` was run locally and passed. - [x] The default branch is named `main`. - [x] Includes a succinct description of the project/theme at the top of the readme. - [x] It's the result of hard work and the best I could possibly produce. - [x] The repo name is lowercase slug format: `awesome-solidity`. - [x] The heading title is title case: `# Awesome Solidity`. - [x] Non-generated Markdown file in a GitHub repo. - [x] The repo has `awesome-list` and `awesome` GitHub topics. - [x] Not a duplicate. - [x] Only has awesome items. - [x] Does not contain items that are unmaintained, archived, deprecated, or missing docs. - [x] Includes a project logo/illustration whenever possible. - [x] Entries have descriptions. - [x] Includes the Awesome badge. - [x] Has a `Contents` section. - [x] Has an appropriate license. (CC0 1.0). - [x] Has contribution guidelines. - [x] Non-important necessary content is grouped appropriately. - [x] Has consistent formatting and proper spelling/grammar. - [x] Does not use hard-wrapping. - [x] Does not include a CI badge. - [x] Does not include an "Inspired by awesome-foo" link at the top. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-18 07:21:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-sindresorhus#56115