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.
- Understanding IPLD
- Install Golang
- Use
go-ipfs-api
to write & fetch data via IPLD. - Use IPLD explorer to explore the data that we wrote using the command line.
Adding & Fetching Data from IPLD
You can check out the complete code for the tutorial here.
Check out the complete Tutorial here