docs: add Filecoin Pin concept and quickstart#818
Open
nijoe1 wants to merge 1 commit into
Open
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
synapse-dev | f4c8839 | Commit Preview URL Branch Preview URL |
Jun 03 2026, 08:15 AM |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds end-user documentation for Filecoin Pin to the docs site, covering both the conceptual overview and a CLI-based quickstart, aligning with Issue #815’s request to introduce Filecoin Pin within the Filecoin Onchain Cloud docs.
Changes:
- Added a Getting Started quickstart page that walks through installing the CLI, connecting a wallet, funding payments, pinning, and retrieving content.
- Added a Core Concepts page describing what Filecoin Pin is, how it works, and who it’s for, with links into existing FOC concepts.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/src/content/docs/getting-started/filecoin-pin.mdx | New quickstart guide for installing/using the Filecoin Pin CLI end-to-end. |
| docs/src/content/docs/core-concepts/filecoin-pin.mdx | New conceptual overview page situating Filecoin Pin within Filecoin Onchain Cloud. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| order: 1 | ||
| --- | ||
|
|
||
| import { Steps } from '@astrojs/starlight/components' |
|
|
||
| ## Connect Your Wallet | ||
|
|
||
| The Filecoin Pin CLI signs transactions using your wallet's private key. You provide it as an environment variable; the CLI reads it directly and never stores it on disk. |
| 5. Enter your MetaMask password. | ||
| 6. Copy the private key shown. | ||
|
|
||
| The private key is a 64-character hex string, with or without an `0x` prefix. |
hugomrdias
approved these changes
Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Filecoin Pin to the docs:
Closes #815