youtube image
From YouTube: IPFS API – Building a Go Application with the IPFS API

Description

Start playing around with implementing IPFS in a go application, using the IPFS API. In this tutorial, you will learn how to: Add a file to IPFS, read the file from IPFS download the file to your computer, add the file to IPNS, and read the file from IPNS.

This content is created as a part of Protocol Labs' Launchpad program. You can get resources and written instructions in our learning platform at https://curriculum.pl-launchpad.io/curriculum/ipfs/ipfs-api/

Find out more about Launchpad and Protocol Labs in our website: https://pl-launchpad.io/

00:00 Start
00:30 Prerequisites
00:59 Coding time!
01:28 Review the "main" Function
02:04 Add a File Using the IPFS API
02:39 Read a File Using the IPFS API
03:35 Download a File Using the IPFS API
03:59 Publish a File to IPNS Using the IPFS API
05:15 Retrieve an IPNS Record Using the IPFS API