Mushroomy's 3rd Blockcahin Story

blockchain

추신: 이더리움 창시자 비탈릭 부테린(Виталик Бутерин)은 31. Jan. 1994 로, 나랑 생년월일이 똑같다 헉!


3G blockchain: EOS

: Steemit, bitshare를 만든 댄 라리머가 리딩하는 암호화폐이다.

1. Governance Process

2. BP (Block Producer)

3. DPos (Delegated Proof of Stake)

4. Private Blockchain

5. TPS


Install Guide

(1) Ganache : download

: 스마트컨트랙트 개발을 위한 CLI가 아닌 GUI 도구


(2) Geth (Geth & Tools) : download

: 이더리움을 CLI로 제어, golang으로 쓰여졌다.

$ cd geth-alltools-darwin-amd64-1.8.17-8bbe7207/
$ pwd
$ vi ~/.bash_profile

# geth path
export PATH=$PATH:/Users/roomy/dev/geth/geth-alltools-darwin-amd64-1.8.17-8bbe7207
~
~
~

$ source ~/.bash_profile


(3) Truffle : download

: 이더리움 개발환경부터 테스팅 및 배포까지 편하게 할 수 있도록 돕는 툴이다.

A development environment, testing framework and asset pipeline for Ethereum, aiming to make life as an Ethereum developer easier. With Truffle, you get: Built-in smart contract compilation, linking, deployment and binary management.

$ npm  install  -g  truffle”
$ truffle version


(4) VS Code Solidity Plugin

: Ethereum Solidity Language for Visual Studio Code, by Juan Blanco


(5) Metamask : download

: 브라우저에서 이더리움 트랜잭션을 처리하기 위한 플러그인이다. 실제 주소값을 가진 지갑이다.

A bridge that allows you to visit the distributed web of tomorrow in your browser today. It allows you to run Ethereum dApps right in your browser without running a full Ethereum node.


(6) Mist : download

: 이더리움은 가스비용이 있기 때문에 디버깅 및 테스트를 위해 private network에 붙어서 지갑 역할을 수행하려고 만들어진 개발자용 지갑이다.