macos 13.0 编译optimism
克隆 optimism 代码仓库: Copy
git clone https://github.com/ethereum-optimism/optimism.git
cd optimism
安装 node
之前安装的 node18 版本过高,编译 optimism 会报错…
Install go on ubuntu
Copy VERSION="1.18.8"
# download go binary files
wget https://golang.org/dl/go${VERSION}.linux-amd64.tar.gz -O go${VERSION}.linux-amd64.tar…