# blockchain\_go-kor

## 소개

[![image](https://user-images.githubusercontent.com/36066656/47407017-19a25200-d794-11e8-9b9f-11d44269bb23.png)](https://github.com/Jeiwan/blockchain_go)

해당 블록체인 프로젝트의 문서를 한국어로 번역한 공간입니다.

## Go 언어를 이용한 블록체인

다음 기사를 토대로, Go언어를 이용한 블록체인 구현:

1. [기본 프로토타입](https://know-blockchain-from-opensource.gitbook.io/know-blockchain/blockchain_go-kor/basic-prototype)
2. 작업 증명
3. 영속성 및 CLI
4. 트랜잭션 1
5. 주소
6. 트랜잭션 2
7. 네트워


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://know-blockchain-from-opensource.gitbook.io/know-blockchain/blockchain_go-kor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
