An open API service indexing awesome lists of open source software.

https://github.com/protocol/launchpad-tutorials

Repo for sample projects and applications used with Launchpad tutorials
https://github.com/protocol/launchpad-tutorials

Last synced: 10 months ago
JSON representation

Repo for sample projects and applications used with Launchpad tutorials

Awesome Lists containing this project

README

          

# launchpad-tutorials
This repository contains the code that supports the Launchpad Curriculum tutorials.

## Tutorials

- **IPFS API (Go):** https://curriculum.pl-launchpad.io/curriculum/ipfs/ipfs-api/
- **libp2p simple node (Go):** https://curriculum.pl-launchpad.io/curriculum/libp2p/creating-simple-node/

## Gitpod Support

Although you can complete the tutorials in your own computer, a [Gitpod](https://www.gitpod.io/) pre-built workspace is available.

The workspace contains:
- An IDE in the browser (Visual Studio Code)
- The IPFS command-line utility (remember to execute `ipfs init` and `ipfs daemon` to use it)
- The [Lotus](https://lotus.filecoin.io/) (Filecoin) command-line utility

Click the button below to create the Gitpod workspace.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/protocol/launchpad-tutorials)