Jenn Turner
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
      • No invitee
    • Publish Note

      Publish Note

      Everyone on the web can find and read all notes of this public team.
      Once published, notes can be searched and viewed by anyone online.
      See published notes
      Please check the box to agree to the Community Guidelines.
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
No invitee
Publish Note

Publish Note

Everyone on the web can find and read all notes of this public team.
Once published, notes can be searched and viewed by anyone online.
See published notes
Please check the box to agree to the Community Guidelines.
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# Protocol Labs Resources for Gamedev.js JAM 2021 **[Protocol Labs](http://protocol.ai/)** is an open-source research, development, and deployment laboratory. Our projects include IPFS, Filecoin, libp2p, and many more. We aim to make human existence orders of magnitude better through technology. ## Technical quickstart guides ### IPFS [IPFS](https://ipfs.io/) is a peer-to-peer hypermedia protocol designed to make the web faster, safer, and more open. - [Install IPFS](https://docs.ipfs.io/install/) - Choose from an IPFS Desktop app, the command-line version, the cluster (setting up several nodes within a network), or the IPFS companion browser extension. - [Architecture overviews](https://docs.ipfs.io/concepts/how-ipfs-works/) – Discover the three fundamental principles to understanding IPFS: unique identification via content addressing, content linking via directed acyclic graphs (DAGs), and content discovery via distributed hash tables (DHTs). - Read the [IPFS protocol specifications](https://github.com/ipfs/specs) - Get started with [go-ipfs](https://github.com/ipfs/go-ipfs) - Explore the [API documentation](https://github.com/ipfs/go-ipfs#development) - View [hands-on examples](https://github.com/ipfs/go-ipfs/tree/master/docs/examples) - Get started with [js-ipfs](https://js.ipfs.io/) - Explore the [API documentation](https://github.com/ipfs/js-ipfs/tree/master/docs/core-api) - View [hands-on examples](https://github.com/ipfs/js-ipfs/tree/master/examples#js-ipfs-examples-and-tutorials), [use-cases and ideas](https://docs.ipfs.io/concepts/usage-ideas-examples/) - [Intro to NFTs](https://docs.ipfs.io/how-to/mint-nfts-with-ipfs/#a-short-introduction-to-nfts) - Learn about NFTs and the best practices for storing NFT data with IPFS - [Tutorials](https://docs.ipfs.io/how-to/) - No matter what you're looking to do with IPFS, you can find how-tos and tutorials here. - Try the [IPFS Course](https://proto.school/course/ipfs) - ProtoSchool’s self-guided interactive tutorials are designed to introduce you to decentralized web concepts, protocols, and tools. This course on IPFS includes both JavaScript code challenges and code-free tutorials with text-based lessons and multiple-choice quizzes. ### Filecoin [Filecoin](https://filecoin.io/) is a decentralized storage network designed to store humanity’s most important information. - [How Filecoin works](https://docs.filecoin.io/about-filecoin/how-filecoin-works/) - A basic introduction to how the Filecoin network operates. While Filecoin is similar to other cryptocurrencies, there are some differences that developers looking to build on the network should be aware of. - [Filecoin is for Builders](https://docs.filecoin.io/build/) – There are several options to start integrating with Filecoin: hosted Powergate, Textile Buckets, Glif-nodes, Lotus nodes, and more. - [Store data on the network](https://docs.filecoin.io/store/) - Storing data on Filecoin lets users harness the power of a distributed network and an open market served by thousands of different storage providers or miners. - [Understand how Mining works](https://docs.filecoin.io/mine/) - Miners in the Filecoin network are in charge of storing, providing content and issuing new blocks. - Build with Filecoin - [Build with hosted powergate](https://docs.filecoin.io/build/hosted-powergate/), for users wanting to combine IPFS (fast retrieval) and Filecoin (backup) with full control of both. - [Build with textile buckets](https://docs.filecoin.io/build/textile-buckets/), for users looking for simple IPFS storage with Filecoin-based archival, with encryption and shared buckets support. - [Build with Glif-nodes](https://docs.filecoin.io/build/hosted-lotus/), for users looking for an endpoint to submit messages to the chain. Standalone Lotus, with optional Powergate, are also available). - [Build with Lotus](https://docs.filecoin.io/build/lotus/), for users looking to interact with their own, local Lotus nodes. - Try the [Filecoin Course](https://proto.school/course/filecoin/) - ProtoSchool’s self-guided interactive tutorials are designed to introduce you to decentralized web concepts, protocols, and tools. The tutorials in this course on Filecoin offer a code-free experience with text-based lessons and multiple-choice quizzes. ## Building games with IPFS - Read [this discussion (complete with examples) on using IPFS in gaming](https://discuss.ipfs.io/t/using-ipfs-in-gaming/3844) from the IPFS community forum - Try building peer-to-peer games on IPFS with [this tutorial from Textile](https://medium.com/textileio/building-peer-to-peer-games-on-ipfs-a-look-at-interplanetary-tag-52d081ee1d32) - Learn how to use IPFS distributed file storage and NFTs for game asset metadata in [this tutorial from Blockade games](https://medium.com/blockadegames/using-ipfs-distributed-file-storage-for-game-asset-metadata-aac4478e3063) ## Try tools from our ecosystem - Build decentralized applications with [Fleek’s Space Daemon](https://www.youtube.com/watch?v=pWJ5fty-7mA) - Run a [hosted Powergate instance from Textile](https://textile.io/#managed-infra) to start storing data on Filecoin - Discover data persistence with IPFS pinning services and why it is important [with Pinata](https://medium.com/pinata/what-is-an-ipfs-pinning-service-f6ed4cd7e475) ## Watch introductions to our technology - [Saving Data to the DWeb](https://www.youtube.com/watch?v=24rfLaWtkCw): A Primer and Practical Perspective from Kelsey Breseman of the Environmental Data & Governance Initiative (EGDI) - [How IPFS deals with files](https://youtu.be/Z5zNPwMDYGg): An IPFS Camp core curriculum workshop by Alan Shaw, Mikeal Rogers, and Steven Allen - [Intro to Filecoin for developers](https://youtu.be/eQbO63zxWrA): An overview of Filecoin developer pathways from project lead Pooja Shah ## Need help? Reach out in the *#decentralized* channel on the [Gamedev.js Discord](https://discord.com/invite/URWvCwv), check out the [IPFS community forum](https://discuss.ipfs.io/), or ping us on Twitter at @IPFS or @Filecoin.

Import from clipboard

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template is not available.
Upgrade
All
  • All
  • Team
No template found.

Create custom template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

How to use Slide mode

API Docs

Edit in VSCode

Install browser extension

Get in Touch

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Upgrade to Prime Plan

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

No updates to save
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Upgrade

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Upgrade

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully