Skip to content

Latest commit

 

History

History

docs

Docs

Overview

智能合约需要一个全新的工程思维,不同于以往项目的开发;因为它犯错的代价是巨大的,并且很难像传统软件那样轻易的打上补丁。

Common

  • Gas limit & Gas used
    • Sending a native token normally costs 21000 gas
    • Sending an ERC20 token normally costs 45000 gas
  • Gas Tracker

Contract library & framework

Basic & Infrastructe

  • ethers
  • wagmi
  • viem - Build reliable apps & libraries with lightweight, composable, and type-safe modules that interface with Ethereum

Solidity & Smart Contract

ABI

Assembly

EVM

Ethereum Data

Chain Features

Develop

EIP

Application