Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 start

pnpm build
```

## Setup own 'gun' relay server

```
node relay.js
```

## Contribution

I'll be very happy to merge your pull request. 😊