Developer Resources
Block ExplorerGitHubRun a NodeMigration GuideETN Testnet Faucet
  • Overview
  • Foundational topics
    • Intro to the Electroneum Smart Chain
    • Intro to ETN
    • Intro to dapps
    • Web2 vs Web3
    • Accounts
    • Transactions
    • Blocks
    • Electroneum Virtual Machine (EVM)
      • Opcodes
    • Gas and Fees
    • Nodes and clients
    • Networks
    • Consensus mechanisms
      • IBFT
  • Electroneum Stack
    • Intro to the stack
    • Smart contracts
    • Development networks
    • Development frameworks
    • Electroneum client APIs
      • JavaScript APIs
      • JSON-RPC
    • Storage
    • Integrated Development Environments (IDEs)
    • Metamask
  • Advanced
    • Bridges
    • Standards
      • Token standards
        • ERC-20 Fungible Tokens
        • ERC-721 NFTs
    • Oracles
    • Networking layer
      • Network addresses
    • Data structures and encoding
      • Patricia Merkle Trie
      • Recursive-length prefix (RLP)
      • Web3 secret storage definition
  • Design fundamentals
    • Intro to design and UX
  • ETN-SC Client
    • Getting started
      • Introduction
      • Hardware requirements
      • Instaling ETN-SC
    • Fundamentals
      • Command-line options
      • Security
      • Sync-modes
      • Account management
      • Databases
      • Backup & restore
      • Logs
      • Connecting to peers
      • Pruning
      • Private networks
      • Config files
      • Light client
    • Interacting with ETN-SC
      • JSON-RPC Server
        • Batch requests
        • Real-time events
      • JSON-RPC Namespaces
        • admin
        • clique
        • debug
        • eth
        • istanbul
        • les
        • miner
        • net
        • personal
        • txpool
      • JS Console
      • JS Console 2: Contracts
      • GraphQL Server
    • Developers
      • Introduction
      • Dapp developers
        • Dev mode
        • Go API
        • Go Account Management
        • Go Contract Bindings
      • EVM tracing
        • Introduction
        • Basic traces
        • Built-in tracers
        • Custom EVM tracer
        • Tutorial for JavaScript tracing
      • ETN-SC developer
        • Developer guide
        • Disclosures
        • DNS discovery setup guide
        • Code review guidelines
      • Contributing
    • Monitoring
      • Creating Dashboards
      • Understanding Dashboards
      • Ethstats
      • Metrics
    • Tools
      • Clef
        • Introduction
        • APIs
        • Rules
        • Setup
        • Datatypes
        • Tutorial
        • Clique-signing
      • abigen
      • devp2p
    • FAQs
  • Migration to Smart Chain
    • Overview
    • How to Migrate
      • ETN Online Wallets
      • Paper Wallets
      • CLI Wallet Users
      • Exchange Holders
      • Exchanges
    • Bridge Smart Contract
  • Misc. Guides
    • Set up Ledger + Metamask
  • MY.ELECTRONEUM.COM
    • Vendor API
Powered by GitBook
On this page
  • Introduction to Frameworks
  • Prerequisites
  • Available frameworks
  • Related topics

Was this helpful?

  1. Electroneum Stack

Development frameworks

PreviousDevelopment networksNextElectroneum client APIs

Last updated 1 year ago

Was this helpful?

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 Electroneum Smart Chain networks and deploy contracts, whether to a locally running instance, or one of Electroneum'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 and the .

Available frameworks

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

Hardhat - Ethereum development environment for professionals.

Ape - The smart contract development tool for Pythonistas, Data Scientists, and Security Professionals.

Brownie - Python-based development environment and testing framework.

Web3j - A platform for developing 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 - Ethers.js + Hardhat + React components and hooks for web3: everything you need to get started building decentralized applications powered by smart contracts.

Tenderly - Web3 development platform that enables blockchain developers to build, test, debug, monitor, and operate smart contracts and improve dapp UX.

The Graph - The Graph for querying blockchain data efficiently.

Alchemy - Ethereum Development Platform.

Foundry - A blazing fast, portable and modular toolkit for Ethereum application development written in Rust.

NodeReal - Ethereum Development Platform.

thirdweb SDK - Build web3 applications that can interact with your smart contracts using our powerful SDKs and CLI.

Chainstack - Web3 (Ethereum and otherwise) Development Platform.

Related topics

dapps
Electroneum Smart Chain stack
trufflesuite.com↗
GitHub↗
hardhat.org↗
GitHub↗
Documentation↗
GitHub↗
Documentation↗
GitHub↗
Homepage↗
Documentation↗
GitHub↗
OpenZeppelin SDK↗
GitHub↗
Community Forum↗
GitHub↗
Templates↗
GitHub↗
Website↗
Documentation↗
Website↗
Tutorial
alchemy.com↗
GitHub↗
Discord↗
Documentation↗
GitHub↗
Tools for Foundry↗
Nodereal.io↗
GitHub↗
Discord↗
Documentation↗
GitHub↗
chainstack.com↗
GitHub↗
Discord↗
Set up a local development environment