区块链学习
开篇说几句,网上让用homebrew安装nodejs的都是坑人的。我踩坑无数。特此记录。只需以下几行代码sudoapt-getupdate#安装系统依赖sudoapt-getinstallbuild-essentialgitopenssl#安装nodescurl-sLhttps://deb.nodesource.com/setup_5.x|sudo-Ebash-sudoapt-getinstallnodejs#修复npm全局安装的文件权限问题mkdir~/.npm-globalnpmconfigsetprefix'~/.npm-global'#设置Bash环境变量echo[[-s"$HOME/.profile"]]&&source$HOME/.profile'>>~/.bash_profileecho'exportPATH=~/.npm-global/bin:$PATH'>>~/.profilesource~/.profile#安装testrpcnpminstall-gethereumjs-testrpc#安装trufflenpminstall-gtruffle