git clone https://github.com/airchains-network/junction/
cd $HOME/junction
git checkout v0.2.0
make build
mv /root/junction/build/junction-jip-2 $(which junctiond)
junctiond version --long | grep -e commit -e version
#version: v0.2.0
#commit: b5229571fe205967902963b895f5ccfb52e39ce8
systemctl restart junctiond && journalctl -fu junctiond -o cat
#consensus
curl -s http://localhost:4237/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'