🔗
Blockchain
  • Blockchain
  • Blockchain Overview
    • Byzantine Generals Problem
    • The emergence of blockchain
    • Blockchain vs Bitcoin
    • Blockchain Structure
    • Blockchain examples
    • Blockchain Consensus
  • Bitcoin
    • Bitcoin
    • (Option) Bitcoin Whitepaper
    • Proof of Work
    • Transaction
    • Unspent Transaction Output
    • Mining
    • Wallet
    • Signature & Verification
    • Merkle Tree
    • Bitcoin Network
    • Consensus Rule Changes
    • Contracts
  • Ethereum
    • Ethereum
    • (Option) Ethereum Whitepaper
    • Web2 vs Web3
    • Smart Contract
    • Solidity
    • Ethereum Virtual Machine (EVM)
    • Accounts
    • Gas
    • (ETH2) Proof of Stake
    • (ETH2) Shard Chain
  • Ethereum Tutorials
    • Geth
    • CryptoZombies
    • Build DeFi App
    • Build Decentralized Bank
  • Ethereum Development Tools
    • Truffle
  • Golang-Blockchain
    • Go언어 블록체인
    • #1 Blocks and Chain
    • #2 Proof-of-Work
    • #3 Save blockchain persistently
    • #4 Transaction Basic
    • #5 Wallet
    • #6 Transaction Advanced
    • #7 UTXO management
    • #8 Merkle Tree
    • #9 Network 1
    • #10 Network 2
    • #11 p2p network
    • #12 Peer Discovery
    • #13 Console
  • Cosmos
    • Tutorials
  • Binance
    • Binance
  • DeFi
    • DeFi
    • DEX
    • Uniswap
    • Impermanent Loss
  • NFT
    • NFT
    • NFT Marketplace
    • NFT Virtual World
  • Common Algorithms
    • Hash
    • Cryptography
    • Consensus Algorithm
    • Distributed Ledger
Powered by GitBook
On this page
  • 프로젝트 목적
  • 프로젝트 목차
  • Start with Golang

Was this helpful?

  1. Golang-Blockchain

Go언어 블록체인

Golang으로 블록체인 만들기

PreviousTruffleNext#1 Blocks and Chain

Last updated 4 years ago

Was this helpful?

위 채널에 올라온 영상을 참고하여 작성하였다. 양이 조금 많기 때문에 이 튜토리얼을 완료하기 힘들 것이라 생각하지만, 직접 코인을 만들어보는 것 만큼 코인을 잘 이해할 수 있는 방법은 없는 것 같다.

프로젝트 목적

이 프로젝트는 Go languague를 이용해서 bitcoin의 구조, 작업증명, 거래 등 기초 지식부터 실제로 동작하는 블록체인 까지 구현해보는 것이 목적이다.

이를 통해서 앞서 이론으로 살펴봤던 개념들을 체감할 수 있도록 한다.

프로젝트 목차

Start with Golang

일단 Go 언어와 친숙해지면서 시작해야겠다.

Go 언어를 처음 배운다면 공식 웹사이트의 step by step을 따라하길 강력 추천한다.

Last update: 04/26/2021

위 문서에서 와 , 이 세개는 꼭 해봐야한다.

Tutorial: Getting started
Tutorial: Create a module
A Tour of Go
Tensor ProgrammingYouTube
Documentation - The Go Programming Language
Logo
Logo