/
๐Ÿ“

Ethereum

https://www.landscape.dappcamp.xyz/
jsblockchainEthereum
Back Links (1)
  • Blockchain
On this page

A comprehensive survey on blockchain working security Analysis privacy threats and potential applications

Ethereum Developer Tooling Landscape

This landscape represents a comprehensive list of tools that developers use when developing smart contracts on Ethereum and EVM-compatible chains.

The tools within each category are sorted according to their popularity/usage.

  • IDE: VSCode
  • Development Frameworks: Hardhat,Truffle
  • Front-end: Moralis, Scaffold-Eth, Drizzie
    • Block Explorers: Etherscan
  • Client libraries: Ethers.js,Web3.js
  • Infrastructure: Alchemy
  • Identify: Metamask
  • Storage: IPFS
  • Security Analysis: MythX
  • Monitoring: Tenderly
  • Oracles:Chainlink
  • Layer2: Polygon
  • Bridge: Polygon Bridge
  • Protocols: Ox

Transactions

Transactions are cryptographically signed instructions from accounts. An account will initiate a transaction to update the state of the Ethereum network. The simplest transaction is transferring ETH from one account to another.

Ethereum Virtual Machine(EVM)

GAS and Fees

Gas is essential to the Ethereum network. It is the fuel that allows it to operate, in the same way that a car needs gasoline to run.

Tools

scaffold-eth

The repo contains everything you need to get started building decentralized applications on Ethereum! ๐Ÿš€

Etherchain Light

Etherchain Light is an Ethereum blockchain explorer built with NodeJS, Express and Parity. It does not require an external database and retrieves all information on the fly from a backend Ethereum node.

Tutorials

The Complete Guide to Full Stack Ethereum Development

The author summarized how to build full-stack apps with

  • React: front-end user interfaces
  • Solidity: a programming language for developing smart contracts that run on Ethereum
  • Ethers.js: Ethereum Web Client Library
  • Hardhat: Ethereum development environment
  • Graph: An indexing protocol for querying decentralized networks.
Edit this page
logo
Code-related notes and snippets