Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n4ze3m/ppaste
ipfs based decentralized pastebin
https://github.com/n4ze3m/ppaste
decentralized ipfs nextjs
Last synced: 7 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T05:32:46.000Z (about 3 years ago)
- Last Synced: 2024-12-29T20:09:45.320Z (29 days 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.