Skip to content

Commit

Permalink
add: 제네시스 블록 설명 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
5jisoo committed Dec 13, 2024
1 parent 3d30e03 commit 8e04461
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _posts/2024-12-13-private-ethereum-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ math: true

### Genesis Block을 위한 설정

> **제네시스 블록**이란? <br>
> 블록체인에서 첫번째로 생성된 블록을 말합니다. <br>
> private network를 만들기 위해서는 네트워크를 시작하는 블록에 대한 정보가 필요하고, 이때 시작하는 블록이 제네시스 블록!
{: .prompt-info}

```shell
% puppeth
```
Expand Down

0 comments on commit 8e04461

Please sign in to comment.