밑바닥부터 시작하는 비트코인을 읽고 Go로 구현해보는 프로젝트입니다.
- 유한체
- 타원곡선
- 타원곡선 암호
- 직렬화
- 트랜잭션
- 스크립트
- 트랜잭션 검증과 생성
- p2sh 스크립트
- 블록
- 네트워킹
- 단순 지급 검증
- 블룸 필터
- 세그윗
- 외전1 네트워크 요청 및 응답 개선
- 외전2 비트코인 백서 의식의 흐름대로 읽기
| Content | Link |
|---|---|
| Code | https://github.com/piatoss3612/bitcoin-from-scratch/tree/chapter01 |
| Post | https://piatoss3612.tistory.com/15 |
| Content | Link |
|---|---|
| Code | https://github.com/piatoss3612/bitcoin-from-scratch/tree/chapter02 |
| Post | https://piatoss3612.tistory.com/16 |
| Content | Link |
|---|---|
| Code | https://github.com/piatoss3612/bitcoin-from-scratch/tree/chapter03 |
| Post | https://piatoss3612.tistory.com/17 |
| Content | Link |
|---|---|
| Code | https://github.com/piatoss3612/bitcoin-from-scratch/tree/chapter04 |
| Post | https://piatoss3612.tistory.com/18 |
| Content | Link |
|---|---|
| Code | https://github.com/piatoss3612/bitcoin-from-scratch/tree/chapter05 |
| Post | https://piatoss3612.tistory.com/20 |
| Content | Link |
|---|---|
| Code | https://github.com/piatoss3612/bitcoin-from-scratch/tree/chapter06 |
| Post | https://piatoss3612.tistory.com/22 |
| Content | Link |
|---|---|
| Code | https://github.com/piatoss3612/bitcoin-from-scratch/tree/chapter07 |
| Post | https://piatoss3612.tistory.com/23 |
| Content | Link |
|---|---|
| Code | https://github.com/piatoss3612/bitcoin-from-scratch/tree/chapter08 |
| Post | https://piatoss3612.tistory.com/25 |
| Content | Link |
|---|---|
| Code | https://github.com/piatoss3612/bitcoin-from-scratch/tree/chapter09 |
| Post | https://piatoss3612.tistory.com/26 |
| Content | Link |
|---|---|
| Code | https://github.com/piatoss3612/bitcoin-from-scratch/tree/chapter10 |
| Post | https://piatoss3612.tistory.com/92 |
| Content | Link |
|---|---|
| Code | https://github.com/piatoss3612/bitcoin-from-scratch/tree/chapter11 |
| Post | https://piatoss3612.tistory.com/94 |
| Content | Link |
|---|---|
| Code | https://github.com/piatoss3612/bitcoin-from-scratch/tree/chapter12 |
| Post | https://piatoss3612.tistory.com/95 |
| Content | Link |
|---|---|
| Code | https://github.com/piatoss3612/bitcoin-from-scratch/tree/chapter13 |
| Post1 | https://piatoss3612.tistory.com/96 |
| Post2 | https://piatoss3612.tistory.com/97 |
| Content | Link |
|---|---|
| Post | https://piatoss3612.tistory.com/101 |
| Content | Link |
|---|---|
| Post | https://piatoss3612.tistory.com/103 |