Ghi chép Handshake
Cài đặt fullnode blockchain Handshake Sử dụng Docker Có thể dụng dụng docker image do skywirex build sẵn ở Docker Hub
Tự build
### Clone source code
# git clone https://github.com/handshake-org/hsd.git
# cd hsd
### Thiết lập tham số cho image và build
# VERSION=$(cat package.json | grep version | sed 's/.*"\([0-9]*\.[0-9]*\.[0-9]*\)".*/\1/')
# COMMIT=$(git rev-parse --short HEAD)
# ARC=$(uname -m)
# docker build -t skywirex/hsd:$VERSION-$COMMIT-$ARC .