awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
A

androlo/solidity-workshop

0
View on GitHub↗
0 stars·0 forks·7 views

Solidity Workshop

Features

  • Smart Contract Patterns - Educational examples and patterns for Solidity development.

Star history

Star history chart for androlo/solidity-workshopStar history chart for androlo/solidity-workshop

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What are the main features of androlo/solidity-workshop?

The main features of androlo/solidity-workshop are: Smart Contract Patterns.

Which projects share features with androlo/solidity-workshop?

Projects with overlapping indexed features include: rari-capital/solmate — Solmate is a Solana program framework and smart contract library providing gas-optimized blockchain primitives. It… dapphub/dappsys — Composable building blocks for Ethereum contracts. gotnoshoeson/se-transparent-proxy — Why do this? Why should you care? Short answer is upgradeable smart contracts. "But smart contracts are supposed to be… cryptofinlabs/audit-checklist — A Solidity smart contract auditing checklist. openzeppelin/openzeppelin-contracts — OpenZeppelin Contracts is a library of modular, secure, and reusable smart contract components designed for the… ryepdx/the-tao.

Projects sharing features with Solidity Workshop

These projects share indexed features with Solidity Workshop. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • rari-capital/solmateRari-Capital avatar

    Rari-Capital/solmate

    4,283View on GitHub↗

    Solmate is a Solana program framework and smart contract library providing gas-optimized blockchain primitives. It serves as a development kit for implementing SPL tokens and secure access control systems on the Solana blockchain. The project focuses on reducing compute unit usage and transaction costs through resource-efficient building blocks. It provides standardized components for token logic, balance tracking, and authorization primitives designed to restrict sensitive smart contract functions. The framework employs opinionated patterning and primitive-based composition to structure pro

    Solidity
    View on GitHub↗4,283
  • dapphub/dappsysdapphub avatar

    dapphub/dappsys

    569View on GitHub↗

    Composable building blocks for Ethereum contracts

    Nix
    View on GitHub↗569
  • gotnoshoeson/se-transparent-proxygotnoshoeson avatar

    gotnoshoeson/se-transparent-proxy

    1View on GitHub↗

    Why do this? Why should you care? Short answer is upgradeable smart contracts. "But smart contracts are supposed to be immutable, isn't that the whole point?" Have no fear, all of the proxy patterns that have been published by OpenZeppelin keep the immutable storage in tact and allow an admin…

    TypeScript
    View on GitHub↗1
cryptofinlabs/audit-checklistcryptofinlabs avatar

cryptofinlabs/audit-checklist

368View on GitHub↗

A Solidity smart contract auditing checklist

View on GitHub↗368
Compare all 7 related projects→