BlockChain

Ethereum-Truffle

Overview: Truffle is Truffle. Links: http://truffleframework.com/ https://github.com/trufflesuite/truffle Install: $ npm install -g truffle $ truffle init $ truffle -v Truffle v4.0.6 Quick Start: $ truffle init ./ ├── contracts/ │

Ethereum-Solidity

Overview: Solidity is Solidity. Links: https://www.ethereum.org/ https://github.com/ethereum/browser-solidity Install: # dev $ apk --update add --no-cache boost-dev build-base cmake git $ apk --update add --no-cache boost-dev g++ make cmake git # Solidity $

Ethereum-Geth

Overview: Geth is Geth. Links: https://www.ethereum.org/ https://github.com/ethereum/go-ethereum Install: # dev $ yum -y install epel-release golang gmp-devel $ apk --update add --no-cache make gcc musl-dev linux-headers git # geth $ git clone