https://github.com/n4ze3m/ppaste
ipfs based decentralized pastebin
https://github.com/n4ze3m/ppaste
decentralized ipfs nextjs
Last synced: 2 months ago
JSON representation
ipfs based decentralized pastebin
- Host: GitHub
- URL: https://github.com/n4ze3m/ppaste
- Owner: n4ze3m
- License: mit
- Created: 2021-12-26T06:22:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T05:32:46.000Z (over 4 years ago)
- Last Synced: 2025-01-21T01:15:35.906Z (over 1 year ago)
- Topics: decentralized, ipfs, nextjs
- Language: JavaScript
- Homepage: https://ppaste.n4ze3m.site
- Size: 220 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Ppaste
Decentralized pastebin created by using IPFS and Next.js. It's a simple way to share code, snippets, and other texts for free.
## Features
- IPFS based storage
- Support almost all languages syntax
- Fast and secure
- No registration required
## Installation
- Clone the repository: `git clone https://github.com/nazeemnator/ppaste.git`
- Install dependencies: `yarn`
- Run the server: `yarn dev`
## Contributions
Happy to receive pull requests and contributions.