Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions builder-cookbook/filecoin-pin/dapp-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ In this walkthrough, you’ll build a simple drag-and-drop file uploader that:
- Multi-user support with session-based authentication
- Seamlessly integrates with React, TypeScript, and Vite

## Walkthrough Recording

{% embed url="https://www.youtube.com/embed/UElx1_qF12o?si=ppmzrl6psMRqwNQh" %}

## Setup

We will start building by [forking the *filecoin-pin-website demo repo](https://github.com/filecoin-project/filecoin-pin-website/fork).* Make sure you have **Node.js 18+** and **npm 9+** installed. The dapp works with Filecoin Calibration testnet.
Expand Down
Loading