awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesSmart Contract Libraries

Collections of audited, reusable code components for building decentralized applications.

Distinguishing note: Focuses on reusable, audited smart contract code rather than general-purpose web libraries.

Explore 5 awesome GitHub repositories matching web development · Smart Contract Libraries. Refine with filters or upvote what's useful.

Awesome Smart Contract Libraries GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • openzeppelin/openzeppelin-contractsAvatar von OpenZeppelin

    OpenZeppelin/openzeppelin-contracts

    27,157Auf GitHub ansehen↗

    OpenZeppelin Contracts is a library of modular, secure, and reusable smart contract components designed for the development of decentralized applications. It provides a foundational framework for building standard-compliant contracts, offering battle-tested implementations for token standards, access control, and common utility patterns. The project distinguishes itself through its comprehensive support for complex architectural patterns, including proxy-based upgradeability, role-based access control, and account abstraction. It enables developers to implement modular logic injection via hoo

    Utilize ready-to-use contract templates for common scenarios to accelerate the development of standard decentralized applications.

    Solidityethereumevmsecurity
    Auf GitHub ansehen↗27,157
  • web3/web3.jsAvatar von web3

    web3/web3.js

    19,936Auf GitHub ansehen↗

    web3.js is a comprehensive TypeScript library designed to facilitate interaction with Ethereum-compatible blockchain networks. It serves as a foundational toolkit for decentralized applications, providing the necessary interfaces to query network state, manage cryptographic identities, and execute smart contract transactions. By abstracting the complexities of blockchain communication, the library enables developers to integrate decentralized logic directly into their applications. The library distinguishes itself through a modular architecture that prioritizes extensibility and flexible conn

    Invokes read-only functions or submits state-changing transactions to interact with decentralized logic.

    TypeScriptabi-decodersabi-encodersapi
    Auf GitHub ansehen↗19,936
  • scaffold-eth/scaffold-ethAvatar von scaffold-eth

    scaffold-eth/scaffold-eth

    9,061Auf GitHub ansehen↗

    Scaffold-eth is a full-stack development framework for building Ethereum decentralized applications. It provides a pre-configured workspace and tooling for writing, testing, and deploying smart contracts, alongside a frontend scaffold that connects these contracts to a web interface. The toolkit features a smart contract frontend scaffold that automatically generates user interfaces based on the functions and state of a deployed contract. It also includes a subgraph indexer to organize and query on-chain events and a deployment tool that flattens source files to enable verification on public

    Combines multiple contract files into a single output to meet block explorer verification requirements.

    CSS
    Auf GitHub ansehen↗9,061
  • smartcontractkit/chainlinkAvatar von smartcontractkit

    smartcontractkit/chainlink

    8,222Auf GitHub ansehen↗

    Chainlink is a decentralized oracle network that connects smart contracts to off-chain data, computation, and real-world systems. It provides a secure and reliable infrastructure for blockchain applications to access external information, execute automated workflows, and interact with other blockchains. The network is secured by a staking-based model where node operators lock LINK tokens as collateral, which can be slashed for poor performance, incentivizing honest and accurate data delivery. The platform distinguishes itself through a comprehensive set of capabilities that extend beyond basi

    Documents a utility for flattening multi-file contracts into a single file for Etherscan verification.

    Goblockchainchainlinkethereum
    Auf GitHub ansehen↗8,222
  • stellar/stellar-coreAvatar von stellar

    stellar/stellar-core

    3,269Auf GitHub ansehen↗

    Stellar Core is the primary software implementation of the Stellar blockchain network, serving as a distributed ledger and a Federated Byzantine Agreement system. It functions as a core node that maintains the shared state of the network and provides a runtime environment for executing WebAssembly smart contracts. The project enables the creation and management of digital assets, including the implementation of decentralized exchanges through distributed orderbooks and automated liquidity pools. It facilitates cross-border payment settlement by routing assets via path payments and bridging di

    Produces secure, audited boilerplate code for common decentralized application patterns.

    C++
    Auf GitHub ansehen↗3,269
  1. Home
  2. Web Development
  3. Smart Contract Libraries

Unter-Tags erkunden

  • Contract Flattening ToolsUtilities that combine imported interfaces and libraries into a single file for verification on block explorers. **Distinct from Smart Contract Libraries:** Distinct from Smart Contract Libraries: focuses on the flattening process for verification, not the reusable code components themselves.
  • Contract TemplatesPre-built, secure boilerplate code for common decentralized application patterns. **Distinct from Smart Contract Libraries:** Distinct from general libraries: focuses on ready-to-use templates for rapid deployment.
  • Interactive Code GeneratorsTools for generating customized smart contract code through interactive configuration interfaces. **Distinct from Smart Contract Libraries:** Distinct from general libraries: focuses on the interactive generation process.