PinMe is a simple and easy-to-use command-line tool for uploading files and directories to the IPFS network.
Website: https://pinme.eth.limo/
- Simple and intuitive command-line interface
- Fast uploading of files and directories to IPFS
- Automatic generation and display of access links
- Built-in Pinning service integration for persistent content
- Support for various configuration options
Before using this deployment blog, please install the PinMe tool:
npm install -g pinme
# or
yarn global add pinmeThis is a Supabase-based blog project that can be easily deployed to the IPFS network.
./
├── src/ # Source code directory
├── public/ # Static assets directory
├── components/ # Components directory
└── dist/ # Build output directory
pnpm installpnpm run devpnpm run buildpinme upload ./distAfter successful deployment, PinMe will output the CID and access links. You can access your blog via:
- IPFS Gateway:
https://ipfs.io/ipfs/<your-CID> - Or set up a custom domain (see PinMe documentation)
Issues and Pull Requests are welcome to help improve this project.
MIT