Ethereum
Back Links (1)
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