6 all: signature git ipfs
7 @echo
"Yay, we updated our new canary message!"
11 signature
: $(MESSAGE
) $(KEY
)
12 signify
-S
-e
-m
$(MESSAGE
) -s
$(KEY
)
17 @git add
$(MESSAGE
) $(MESSAGE
).sig
18 @git commit
-m
"New update" -q || echo
"No new files."; exit
1
23 @echo Hash of a message in IPFS network is
:
24 @ipfs add
-Q
$(MESSAGE
).sig