Filecoin Pin dApp Demo
See an example of Filecoin Pin working end to end within a web context.
What You'll Build
Walkthrough Recording
Setup
Step 1: Fork, Clone, and Install Dependencies
# Fork the repo using the command below
# or visit [https://github.com/filecoin-project/filecoin-pin-website/fork](https://github.com/filecoin-project/filecoin-pin-website/fork)
gh repo fork filecoin-project/filecoin-pin-website
git clone https://github.com/YOUR-USERNAME/filecoin-pin-website.git
cd filecoin-pin-website
npm installStep 2: Set Up Your Filecoin Wallet
Step 3: Run Your dApp
npm run devStore IPFS Files on Filecoin
Step 1: Upload the data
Step 2: Announce CIDs and confirm the transaction
Step 3: Download the data
Step 4: Verify your data storage

Next Steps
Last updated