Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,5 @@
* [Filecoin Pin CLI](builder-cookbook/filecoin-pin/filecoin-pin-cli.md)
* [Filecoin Pin Github Action](builder-cookbook/filecoin-pin/github-action.md)
* [Filecoin Pin dApp Demo](builder-cookbook/filecoin-pin/dapp-demo.md)
* [Filecoin Pin for ERC-8004 Agents](builder-cookbook/filecoin-pin/erc-8004-agent-registration.md)
* [FAQ](builder-cookbook/filecoin-pin/faq.md)
1 change: 1 addition & 0 deletions builder-cookbook/filecoin-pin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Get started using Filecoin Pin today with:
1. [Filecoin Pin CLI](filecoin-pin-cli.md) - Upload new or existing IPFS files directly to Filecoin via the command line. Perfect for developers who want to integrate Filecoin storage into scripts, workflows, or local development environments.
2. [Filecoin Pin GitHub Actions](github-action.md) - Use GitHub Actions to automatically publish websites or build artifacts to IPFS and Filecoin as part of your CI/CD pipeline. Ideal for static websites, documentation sites, and automated deployment workflows.
3. [Filecoin Pin dApp Demo](dapp-demo.md) - Run or fork a simple demo dApp that demonstrates Filecoin Pin in a browser-based application. Great for understanding how to integrate Filecoin Pin into web applications.
4. [Filecoin Pin for ERC-8004 Agents](erc-8004-agent-registration.md) - Learn how to register a trustless autonomous agent on the ERC-8004 Identity Registry with verifiable persistent storage for agent metadata using Filecoin Pin.


## Learn More
Expand Down
Loading