zkSync节点部署

#ZKSYNC 节点部署

安装依赖


1.docker 安装


2.node


3.yarn


4.apt-get install axel


2.16.1 


axel --version


5. rust


curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

source $HOME/.cargo/env


rustc --version

6.lld

配置就行


7.psql

sudo apt-get install postgresql-client


###按照这个安装

https://www.cnblogs.com/litufu/articles/10542203.html


8.Diesel CLI

sudo apt-get install libpq-dev

cargo install diesel_cli --no-default-features --features postgres


9.sqlx CLI


cargo install --version=0.5.6 sqlx-cli


10.solc

npm install -g solc


11.drone cli

curl -L https://github.com/drone/drone-cli/releases/latest/download/drone_linux_amd64.tar.gz | tar zx

sudo install -t /usr/local/

你可能感兴趣的:(笔记,rust,开发语言,后端)