BlockChain區塊鏈
Ctrlk
  • 本書簡介
  • 區塊鏈運作原理
  • Bitcoin介紹
  • Bitcoin原理與實作
  • BitcoinJS
  • Serverless 架構實作
  • Docker常用指令
  • ethereum初探
    • ethereum歷史
    • EVM
  • ethereum PoS 節點架設
  • ethereum(Docker)
  • ethereum(Geth)
  • ethereum(智能合約)
  • ethereum(Dapp)
  • Hyperledger Fabric
  • blockchainDB
  • 挖礦程式使用教學
  • Bitfinex API 使用
  • FTX API
  • CCXT 通用交易所 API
  • Solana 教學
  • Ethereum BigQuery
  • The Graph
  • DeFi 筆記
Powered by GitBook
On this page

Was this helpful?

  1. ethereum初探

EVM

EVM 教學:

https://github.com/CoinCulture/evm-tools/blob/master/analysis/guide.md

https://github.com/ethereumbook/ethereumbook/blob/develop/13evm.asciidoc

https://www.ideals.illinois.edu/bitstream/handle/2142/97207/hildenbrandt-saxena-zhu-rodrigues-guth-daian-rosu-2017-tr.pdf

Calldata 原理:

https://hackernoon.com/getting-deep-into-evm-how-ethereum-works-backstage-ac7efa1f0015

有關 OPCODE:

https://www.ethervm.io

OPCODE 反組譯:

https://ethereum.org/en/developers/tutorials/reverse-engineering-a-contract/

https://etherscan.io/opcode-tool

function 名稱會用 sha3 轉為 hash:

https://ethereum.stackexchange.com/questions/7602/how-does-the-evm-find-the-entry-of-a-called-function

https://ctf-wiki.org/blockchain/ethereum/selector-encoding/

計算 TxID

https://ethereum.stackexchange.com/a/46526/30691

https://mp.weixin.qq.com/s/wtX7NVom9yJcYBw6s700Dg

簡體版本的 go-ethereum 源碼分析:

https://github.com/ZtesoftCS/go-ethereum-code-analysis

Previousethereum歷史Nextethereum PoS 節點架設

Last updated 3 years ago

Was this helpful?