Skip to content

Instantly share code, notes, and snippets.

@johanbove
Created July 12, 2021 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johanbove/36a98bf0b40c0b396baedd33fc95bad8 to your computer and use it in GitHub Desktop.
Save johanbove/36a98bf0b40c0b396baedd33fc95bad8 to your computer and use it in GitHub Desktop.
IPFS command-line quick start on Windows cmd
$ for /f %n in ('whoami') do set name=%n
$ for /f %f in ('echo "I <3 IPFS -%name%" ^| ipfs add -q') do set hash=%f
$ ipfs cat %hash%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment