Tendermint与ABCI及ethermint

首先贴两个非常好的链接:


Tendermint与ABCI及ethermint_第1张图片
Screenshot from 2018-08-15 09-45-50.png
Tendermint与ABCI及ethermint_第2张图片
Screenshot from 2018-08-15 09-42-59.png
  • hosts: all
    tasks:
    • name: say hello task
      shell: service docker restart
  • hosts: all
    tasks:
    • name: say hello task
      shell: curl -fsSL get.docker.com -o get-docker.sh
    • name: install docker
      shell: sh get-docker.sh
    • name: say hello task
      shell: service docker restart

你可能感兴趣的:(Tendermint与ABCI及ethermint)