一、推荐几篇有用的安装博客

在Ubuntu下使用Geth搭建自己的以太坊私有链_Kevin的博客-程序员宅基地 https://www.cxyzjd.com/article/kevinyankai/98623397

搭建多节点并使用智能合约 https://www.jianshu.com/p/4c3efd23a427

Ubuntu18.04 基于以太坊搭建多机多节点私有链https://blog.csdn.net/u014454538/article/details/88768900

1.1、安装需要注意的点是:

1.1.1、安装以太坊会有ppa的问题

Error: retrieving gpg key timed out

https://www.jianshu.com/p/e2a15336f174

1.1.2、以太坊多个peer相互发现问题

admin.addPeer("enode://xxx@your ip:30303?discport=0"), 其中your ip是节点真实的ip地址,而不是默认的地址。

二、Solidity相关的文档

2.1、solidity学习文档

https://docs.soliditylang.org/en/v0.4.24/introduction-to-smart-contracts.html

solidity example https://solidity-by-example.org/

2.2、Solidity开发网站,Remix英文版

http://remix.ethereum.org/#optimize=false&runs=200&evmVersion=null&version=soljson-v0.4.26+commit.4563c3fc.js