LoginSignup
0
0

More than 5 years have passed since last update.

Ethereumの開発前準備

Posted at

メモ。

まずHomebrew(パッケージマネージャー)をインストールする

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

EthereumとGethのインストール

Go言語で触るためのGeth!

$ brew tap ethereum/ethereum
$ brew install ethereum

で、こうなればOK

$ geth version
Geth
Version: 1.7.3-stable
Architecture: amd64
Protocol Versions: [63 62]
Network Id: 1
Go Version: go1.9.2
Operating System: darwin
GOPATH=
GOROOT=/usr/local/Cellar/go/1.9.2/libexec

準備完了。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0