安装 Seth(Dapp Tools)
安装 nix
1 | sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume |
安装 seth
1 | curl https://dapp.tools/install | sh |
参考:
- dapp.tools: https://dapp.tools/
- Seth: https://docs.makerdao.com/clis/seth
- Github: https://github.com/dapphub/dapptools#installation
安装 geth
1 | go install github.com/ethereum/go-ethereum/cmd/geth:latest |
启动轻节点
1 | geth --syncmode "light" --http --ws |
参考:
- https://geth.ethereum.org/docs/install-and-build/installing-geth#most-linux-systems-and-macos
- https://ethereum.org/en/developers/tutorials/run-light-node-geth/
安装 Mkradmin
1 | git clone git@github.com:makerdao/mkradmin.git |