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
- Host: GitHub
- URL: https://github.com/protocol/launchpad-tutorials
- Owner: protocol
- License: mit
- Created: 2022-06-23T14:57:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T09:57:32.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T09:12:46.820Z (10 months ago)
- Language: Go
- Size: 58.6 KB
- Stars: 8
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](https://gitpod.io/#https://github.com/protocol/launchpad-tutorials)