1鹃觉、安裝 curl
? sudo apt-get install curl
2、安裝 git
? sudo apt-get install git
安裝 go
3、安裝go
go中國 下載并解壓到 /etc/local/bin下
編輯環(huán)境變量 /etc/profile
增加 export PATH=$PATH:/usr/local/bin/go/bin
重啟
檢查:go version 及 go env
4、安裝以太坊客戶端Ethereum
sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum
geth version
5媳友、安裝nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
將
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
加入 /etc/profile
6、檢查
node --version
npm --version
nvm --version
7产捞、安裝remix-ide
sudo chmod -R 0777 /usr/local/lib
apt install python
nvm install 10
npm install npm -g
npm install -g node-gyp
npm install -g web3
npm install -g webpack-cli
npm install remix-ide -g
8醇锚、啟動(dòng)環(huán)境
啟動(dòng)remix ide開發(fā)環(huán)境
打開命令行終端:remix-ide
打開瀏覽器 http://localhost:8080
看到界面就算正常安裝了。