Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skorotkiewicz/gundpaste
Decentralized P2P Pastebin build with gundb
https://github.com/skorotkiewicz/gundpaste
decentralized gun gundb p2p pastebin react
Last synced: 3 months ago
JSON representation
Decentralized P2P Pastebin build with gundb
- Host: GitHub
- URL: https://github.com/skorotkiewicz/gundpaste
- Owner: skorotkiewicz
- License: unlicense
- Created: 2022-05-02T01:09:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T01:38:09.000Z (over 2 years ago)
- Last Synced: 2024-06-13T06:09:31.403Z (5 months ago)
- Topics: decentralized, gun, gundb, p2p, pastebin, react
- Language: JavaScript
- Homepage:
- Size: 557 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - skorotkiewicz/gundpaste - Decentralized P2P Pastebin build with gundb (react)
README
# dPaste - Decentralized P2P Pastebin
A fully decentralized Pastebin using P2P for data storage.
dPaste is powered by the [gundb](https://gun.eco) library and written in React.## Setup client
```
pnpm install
pnpm startpnpm build
```## Setup own 'gun' relay server
```
node relay.js
```## Contribution
I'll be very happy to merge your pull request. 😊