For the complete documentation index, see llms.txt. This page is also available as Markdown.

PinMe

Using PinMe to publish and pin dWebsite content on IPFS

PinMe is a zero-config deployment CLI from Glitter Protocol that publishes static sites to IPFS (backed by Filecoin) in a single command — no servers, SSL certificates, or infrastructure setup required. Every upload is pinned and returns a content identifier (CID) that you can use directly in your ENS content hash.

Fittingly, PinMe's own website is a dWebsite served through eth.limo: https://pinme.eth.limo.

Installation

Install the CLI globally via npm and verify it works:

npm install -g pinme
pinme --version

Authentication

Uploads require authentication. Two options are available:

pinme login              # Browser-based login (recommended)
pinme set-appkey <key>   # Direct AppKey authentication (for CI/automated workflows)

Related commands:

pinme show-appkey        # Display masked credentials
pinme logout             # Sign out

Next steps

  • PinMe IPFS Pinning — uploading files and directories, size limits, and connecting the resulting CID to your ENS name

Resources

Last updated