You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,17 +43,20 @@ Upload IPFS files directly to Filecoin via the command line. Perfect for develop
43
43
### GitHub Action
44
44
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.
45
45
46
-
-**Repository**: This repo ([see upload-action/](./upload-action))
46
+
-**Repository**: This repo ([see upload-action/](./upload-action/README.md))
-**Example in Production**: [filecoin-pin-website CI pipeline](https://github.com/filecoin-project/filecoin-pin-website/tree/main/.github/workflows)
50
50
51
-
### JavaScript "core" Library
52
-
Opinionated JavaScript library with utilities for common functionality across different use cases. Use these modules directly in your Node.js or browser applications.
51
+
### JavaScript Library
52
+
Use Filecoin Pin programmatically in your Node.js or browser applications. The library provides both a high-level API for common use cases and granular core modules for advanced customization.
53
53
54
-
-**Repository**: This repo (see [`src/core/`](./src/core) and package exports).
55
-
-**Installation**: `npm install filecoin-pin`
56
-
-**Exports**: Core modules for CAR files, payments, Synapse SDK integration, uploads, and UnixFS operations
54
+
-**Repository**: This repo ([filecoin-project/filecoin-pin](https://github.com/filecoin-project/filecoin-pin))
Run a localhost IPFS Pinning Service API server that implements the [IPFS Pinning Service API specification](https://ipfs.github.io/pinning-services-api-spec/). This allows you to use standard IPFS tooling (like `ipfs pin remote`) while storing data on Filecoin.
@@ -69,7 +72,7 @@ Web-based management console for monitoring and managing your Filecoin Pin deplo
69
72
-**Tracking**: See [issue #74](https://github.com/filecoin-project/filecoin-pin/issues/74) for updates. Please leave a comment about your usecase if this would be particularly beneficial.
0 commit comments