Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingrammer/blockchain-tutorial
블록체인 튜토리얼 (Building Blockchain in Go 한국어 버전)
https://github.com/mingrammer/blockchain-tutorial
blockchain golang tutorial
Last synced: 4 days ago
JSON representation
블록체인 튜토리얼 (Building Blockchain in Go 한국어 버전)
- Host: GitHub
- URL: https://github.com/mingrammer/blockchain-tutorial
- Owner: mingrammer
- Created: 2018-05-05T00:25:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T02:21:31.000Z (over 2 years ago)
- Last Synced: 2024-02-29T16:34:18.320Z (9 months ago)
- Topics: blockchain, golang, tutorial
- Homepage: https://mingrammer.com/building-blockchain-in-go-part-1/
- Size: 496 KB
- Stars: 90
- Watchers: 2
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go로 구현하는 블록체인 튜토리얼
> Go 블록체인 구현체 저장소: https://github.com/Jeiwan/blockchain_go
[Building Blockchain in Go](https://jeiwan.cc/posts/building-blockchain-in-go-part-1/) 시리즈의 한국어 번역본입니다.
* [Part 1: 기본 프로토타입](/basic-prototype)
* [Part 2: 작업 증명](/proof-of-work)
* [Part 3: 영속성 및 CLI](/persistence-and-cli)
* [Part 4: 트랜잭션 1](/transactions1)
* [Part 5: 주소](/addresses)
* [Part 6: 트랜잭션 2](/transactions2)
* [Part 7: 네트워크](/network)각 단계별 원문은 다음 링크에서 보실 수 있습니다.
* [Part 1: Basic Prototype](https://jeiwan.cc/posts/building-blockchain-in-go-part-1/)
* [Part 2: Proof of Work](https://jeiwan.cc/posts/building-blockchain-in-go-part-2/)
* [Part 3: Persistence and CLI](https://jeiwan.cc/posts/building-blockchain-in-go-part-3/)
* [Part 4: Transactions 1](https://jeiwan.cc/posts/building-blockchain-in-go-part-4/)
* [Part 5: Addresses](https://jeiwan.cc/posts/building-blockchain-in-go-part-5/)
* [Part 6: Transactions 2](https://jeiwan.cc/posts/building-blockchain-in-go-part-6/)
* [Part 7: Network](https://jeiwan.cc/posts/building-blockchain-in-go-part-7/)## Contribution
> 튜토리얼 문서 저장소: https://github.com/mingrammer/blockchain-tutorial
번역 오타나 부자연스러운 문장에 대한 모든 이슈 및 PR은 환영입니다!