Skip to content

Instantly share code, notes, and snippets.

@mikeal
Last active July 31, 2018 22:07
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 mikeal/19a2612f40ef953cd121bff6e178ffc3 to your computer and use it in GitHub Desktop.
Save mikeal/19a2612f40ef953cd121bff6e178ffc3 to your computer and use it in GitHub Desktop.
let myCid = await ipfs.dag.put({name: "Mikeal Rogers"})
let projectsCid = await ipfs.dag.put(
{ title: "A new post!",
content: "Opinions about things!"
author: {'/': myCid.toBaseEncodedString()}
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment