Помогите перевести эту страницу

🌏

Вы просматриваете эту страницу на английском языке, потому что мы еще не перевели ее. Помогите нам перевести эти материалы.

Разработка смарт-контрактов и создание токенов на Ethereum, покупка и продажа ETH, другие консультации.
This page is incomplete and we'd love your help. Edit this page and add anything that you think might be useful to others.

Dapp Development Frameworks

PatrickAlphaC
Last edit: @PatrickAlphaC, 11 января 2021 г.
Edit page

Introduction to frameworks

Building a full-fledged dapp requires different pieces of technology. Software frameworks include many of the needed features or provide easy plugin systems to pick the tools you desire.

Frameworks come with a lot of out-of-the-box functionality, like:

  • Features to spin up a local blockchain instance.
  • Utilities to compile and test your smart contracts.
  • Client development add-ons to build your user-facing application within the same project/repository.
  • Configuration to connect to Ethereum networks and deploy contracts, whether to a locally running instance, or one of Ethereum's public networks.
  • Decentralized app distribution - integrations with storage options like IPFS.

Prerequisites

Before diving into frameworks, we recommend you first read through our introduction to dapps and the Ethereum stack.

Available frameworks

Truffle - A development environment, testing framework, build pipeline, and other tools.

Hardhat - Ethereum development environment for professionals

Brownie - Python-based development environment and testing framework.

Embark - A development environment, testing framework, and other tools integrated with Ethereum, IPFS, and Whisper.

Epirus - A platform for developing, deploying and monitoring blockchain applications on the JVM

OpenZeppelin SDK - The Ultimate Smart Contract Toolkit: A suite of tools to help you develop, compile, upgrade, deploy and interact with smart contracts.

Create Eth App - Create Ethereum-powered apps with one command. Comes with a wide offering of UI frameworks and DeFi templates to choose from.

scaffold-eth - Hardhat + Create Eth App: everything you need to get started building decentralized applications powered by smart contracts.

The Graph - The Graph for querying blockchain data efficiently

Alchemy - Ethereum Development Platform.

Etherlime - Ethers.js based framework for dapp development (Solidity & Vyper), deployment, debugging, testing and more.

Further reading

Know of a community resource that helped you? Edit this page and add it!