Hands-on IPLD Tutorial in Golang

In this first post of the hands-on series, we will understand the basic concepts of IPLD followed by coding in Golang to persist key-value entries.

Adding & Fetching Data from IPLD

You can check out the complete code for the tutorial here.

Check out the complete Tutorial here

3 Likes

This was an interesting tutorial. Do you happen to know of any similar tutorials that accomplish the same thing in Go using embedded go-ipfs?

2 Likes

Not exactly a hands-on tutorial, but you might find this explainer on IPLD useful: InterPlanetary Linked Data | Protocol Labs Research

Check out the rest of the tutorials on other parts of the stack too: ResNetLab on Tour | Protocol Labs Research