awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
scaffold-eth avatar

scaffold-eth/scaffold-ethArchived

0
View on GitHub↗
9,061 stars·3,395 forks·CSS·MIT·3 vuesscaffoldeth.io↗

Scaffold Eth

Scaffold-eth est un framework de développement full-stack pour construire des applications décentralisées Ethereum. Il fournit un espace de travail pré-configuré et des outils pour écrire, tester et déployer des smart contracts, ainsi qu'un scaffold frontend qui connecte ces contrats à une interface web.

La boîte à outils dispose d'un scaffold frontend de smart contract qui génère automatiquement des interfaces utilisateur basées sur les fonctions et l'état d'un contrat déployé. Il inclut également un indexeur de sous-graphe pour organiser et interroger les événements on-chain et un outil de déploiement qui aplatit les fichiers sources pour permettre la vérification sur les explorateurs de blocs publics.

Le framework couvre un large éventail de capacités, incluant le bootstrapping de projet, la gestion de compte blockchain et la configuration de réseau multi-chaîne. Il prend également en charge la conteneurisation de l'environnement de développement pour assurer des outils et des dépendances cohérents à travers différents systèmes d'exploitation.

Features

  • Full-Stack dApp Bootstrapping - Provides a full-stack environment to write, deploy, and interact with smart contracts using pre-configured frontend and backend tools.
  • Blockchain Development Toolkits - Provides a pre-configured workspace with containerized tooling for writing, testing, and deploying smart contracts.
  • Local Development Stacks - Provides a pre-configured stack of contract and frontend tools to accelerate decentralized application iteration.
  • Smart Contract Deployment Tools - Facilitates pushing contracts to a specified blockchain network after configuring the target environment and funding accounts.
  • Decentralized Application Development - Configures containerized development workspaces to ensure consistent tooling and dependencies for blockchain engineering teams.
  • Project Bootstrapping Tools - Initializes a development environment with pre-configured tooling for writing, deploying, and interacting with smart contracts.
  • Blockchain Interface Construction - Enables the creation of user interfaces that interact with deployed contracts to display and modify blockchain state.
  • Project Scaffolding - Sets up development environments with pre-configured workspaces specifically for writing, compiling, and testing smart contracts.
  • Smart Contract Frontend Integrations - Builds web interfaces that connect to blockchain networks to display and modify data via smart contracts.
  • Adaptive Contract UIs - Ships a scaffold that automatically generates user interfaces reflecting the functions and state of a deployed Ethereum contract.
  • Dynamic UI Generation - Dynamically builds frontend interfaces by reflecting on smart contract functions and state variables during runtime.
  • Contract Source Verification - Flattens multiple contract files into a single file to enable source code verification on block explorers.
  • Blockchain Event Indexing - Uses specialized middleware to capture and organize on-chain events into a queryable database for efficient frontend retrieval.
  • Blockchain Indexers - Enables the creation and deployment of subgraphs to efficiently organize and query on-chain events and contract state.
  • Ethereum Event Indexers - Implements a subgraph indexer to organize and query on-chain events and contract state efficiently.
  • Multi-Chain Network Configurations - Abstracts blockchain network details into configuration files to swap target environments without changing the source code.
  • Blockchain Network Connections - Allows linking the user interface to different blockchain networks via configuration settings for monitoring and transactions.
  • Smart Contract Deployment Pipelines - Manages the process of pushing smart contracts to a network and verifying source code on public block explorers.
  • Smart Contract Mapped Interfaces - Rapidly tests on-chain logic by generating an adaptive user interface that automatically maps to contract functions.
  • Blockchain State Synchronization - Connects frontend components to blockchain state updates using custom React hooks that monitor smart contract events.
  • Contract Testing Interfaces - Provides a frontend interface that links directly to source code for immediate interaction and testing of deployed contract functions.
  • Contract Flattening Tools - Combines multiple contract files into a single output to meet block explorer verification requirements.
  • Project Starter Kits - Starter kit for rapid prototyping of Ethereum dApps.

Historique des stars

Graphique de l'historique des stars pour scaffold-eth/scaffold-ethGraphique de l'historique des stars pour scaffold-eth/scaffold-eth

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Scaffold Eth

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Scaffold Eth.
  • smartcontractkit/chainlinkAvatar de smartcontractkit

    smartcontractkit/chainlink

    8,222Voir sur GitHub↗

    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

    Goblockchainchainlinkethereum
    Voir sur GitHub↗8,222
  • stellar/stellar-coreAvatar de stellar

    stellar/stellar-core

    3,269Voir sur GitHub↗

    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

    C++
    Voir sur GitHub↗3,269
  • inoutcode/ethereum_bookAvatar de inoutcode

    inoutcode/ethereum_book

    4,081Voir sur GitHub↗

    This project is a comprehensive educational guide and technical manual for the Ethereum blockchain. It provides structured instruction on blockchain fundamentals, smart contract development, and the architectural principles of decentralized applications. The resource covers technical domains including smart contract security auditing, network administration, and web3 programming. It details the implementation of token standards, the use of mnemonic seeds for wallet integration, and the creation of censorship-resistant application architectures. The documentation extends to system-level opera

    Vueblockchaindappsethereum
    Voir sur GitHub↗4,081
  • austintgriffith/scaffold-ethAvatar de austintgriffith

    austintgriffith/scaffold-eth

    9,064Voir sur GitHub↗

    Scaffold-eth is a comprehensive development stack and boilerplate for building decentralized applications. It provides a pre-configured starter kit that integrates smart contract development tools with a reactive user interface to accelerate the construction of Ethereum-based projects. The toolkit features dynamic frontend interface generation, which automatically builds a user interface mapped to smart contract functions for rapid logic verification. This allows for testing blockchain logic through a frontend without the need to write custom UI code. The project covers a broad range of deve

    CSS
    Voir sur GitHub↗9,064
Voir les 30 alternatives à Scaffold Eth→

Questions fréquentes

Que fait scaffold-eth/scaffold-eth ?

Scaffold-eth est un framework de développement full-stack pour construire des applications décentralisées Ethereum. Il fournit un espace de travail pré-configuré et des outils pour écrire, tester et déployer des smart contracts, ainsi qu'un scaffold frontend qui connecte ces contrats à une interface web.

Quelles sont les fonctionnalités principales de scaffold-eth/scaffold-eth ?

Les fonctionnalités principales de scaffold-eth/scaffold-eth sont : Full-Stack dApp Bootstrapping, Blockchain Development Toolkits, Local Development Stacks, Smart Contract Deployment Tools, Decentralized Application Development, Project Bootstrapping Tools, Blockchain Interface Construction, Project Scaffolding.

Quelles sont les alternatives open-source à scaffold-eth/scaffold-eth ?

Les alternatives open-source à scaffold-eth/scaffold-eth incluent : smartcontractkit/chainlink — Chainlink is a decentralized oracle network that connects smart contracts to off-chain data, computation, and… stellar/stellar-core — Stellar Core is the primary software implementation of the Stellar blockchain network, serving as a distributed ledger… inoutcode/ethereum_book — This project is a comprehensive educational guide and technical manual for the Ethereum blockchain. It provides… austintgriffith/scaffold-eth — Scaffold-eth is a comprehensive development stack and boilerplate for building decentralized applications. It provides… taikoxyz/taiko-mono — This project is an Ethereum zero-knowledge rollup protocol and EVM-compatible execution layer designed for layer two… openzeppelin/openzeppelin-contracts — OpenZeppelin Contracts is a library of modular, secure, and reusable smart contract components designed for the…