【KryptoCamp】Office Hour
  • Season 2 2022/2-4
    • Outline
      • 晚間學習班課綱
      • 助教課課綱、直播 & 回放連結
    • OH Week1 Overview
      • MetaMask & Other Wallets
      • NFT Website Development
      • 實作區塊 0 的產生
      • Reference, Resources & AMA
    • OH Week3 Overview
      • 設計多人管理的智能合約保管箱 (Optional)
      • 架設私有區塊鏈發送第一筆交易(Optional)
      • 發行代幣 Token (Optional)
      • Reference, Resources & AMA
    • OH Week4 Overview
      • Supply Chain Management System(Optional)
      • 荷蘭拍(Optional)
      • Reference, Resources & AMA
    • OH Week5 Overview
      • DAPP
      • Reference, Resources & AMA
    • OH Week6 Overview
      • NFT - Layers Random Blending
      • NFT - Smart Contract
      • KYC Whitelisting 白名單設計(Optional)
      • Reference, Resources & AMA
    • OH Week7 Overview
      • DAPP - Minting Functionality
      • NFT 稀有度與持有人排行榜(Optional)
      • Reference, Resources & AMA
  • Season 1 2022/1
    • Outline
    • OH Week1 Overview
    • OH Week2 Overview
    • OH Week3 & Week4 Overview
Powered by GitBook
On this page
  • Genesis Block
  • Consensus
  • HW Reference
  1. Season 2 2022/2-4
  2. OH Week1 Overview

實作區塊 0 的產生

HomeWork Quick View

PreviousNFT Website DevelopmentNextReference, Resources & AMA

Last updated 3 years ago

Genesis Block

The initial block of data computed in the history of a blockchain network.

Consensus

The process used by a group of peers, or nodes, on a blockchain network to agree on the validity of transactions submitted to the network. Dominant consensus mechanisms are Proof of Work (PoW) and Proof of Stake (PoS).

HW Reference

創建創世區塊

其他

https://www.investopedia.com/terms/g/genesis-block.asp
https://www.samsonhoi.com/360/blockchain_proof_of_work
https://morioh.com/p/576ec0f0e1c7
https://github.com/nasa8x/node-genesis-block
https://bitcointalk.org/index.php?topic=225690.0
https://www.tutorialspoint.com/python_blockchain/python_blockchain_creating_genesis_block.htm
https://lisk.com/documentation/lisk-sdk/guides/app-development/genesis-block.html
https://github.com/ChainGreenOrg/chaingreen-blockchain
https://github.com/Chia-Network/chia-blockchain/tree/b1e7d45e9b821b4d5fac47c2bbe80f8eb7256bd0
https://bitcoin.stackexchange.com/questions/68140/how-to-create-new-genesis-block
https://bitcoin.stackexchange.com/questions/9773/how-do-you-make-a-genesis-block
https://ithelp.ithome.com.tw/articles/10215088