This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.

비정기 스터디 #1 Go-Ethereum

Words
62
Reading
1 min
Listen
Play
9y

intro

ethereum에 대해 공부해 보려고 한다.

플랫폼을 지향하는 블록체인들은 여러 가지가 있지만,
ethereum에 대해 공부해보기로 했다.

go는 처음이지만,
어떤 언어든지 jetbrains와 함께라면 두려울게 없다!


development environment

원래 개발은 개발환경 세팅이 가장 귀찮은 법.


source fork

자! 비트코인 아류 씨리즈들이 하드포크 된 것처럼(?)
이더리움 소스부터 folk하자.

eth_fork.PNG

clone

다운로드

git clone https://github.com/dotkebi/go-ethereum

open project

내려받은 소스를 열어봤다.

go_ide.PNG


이상없이 잘 열린다.

오늘은 여기까지.

비정기 스터디 #1 Go-Ethereum | Ecency