Skip to content

Instantly share code, notes, and snippets.

@MichalZalecki
Created July 5, 2018 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MichalZalecki/4687192ee30874cc742eedfcbb698ff9 to your computer and use it in GitHub Desktop.
Save MichalZalecki/4687192ee30874cc742eedfcbb698ff9 to your computer and use it in GitHub Desktop.
$ ipfs add article.json
added Qmd4PvCKbFbbB8krxajCSeHdLXQamdt7yFxFxzTbedwiYM article.json
$ ipfs cat Qmd4PvCKbFbbB8krxajCSeHdLXQamdt7yFxFxzTbedwiYM
{
"title": "This is an awesome title",
"content": "paragraph1\r\n\r\nparagraph2"
}
$ curl https://ipfs.io/ipfs/Qmd4PvCKbFbbB8krxajCSeHdLXQamdt7yFxFxzTbedwiYM
{
"title": "This is an awesome title",
"content": "paragraph1\r\n\r\nparagraph2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment