Skip to content

taravancil/paste-dat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PasteDat

PasteDat is a peer-to-peer gist-like tool. It uses the Beaker browser's APIs to write files with the Dat protocol.

All file snippets created with PasteDat are hosted directly from your devic and on a peer-to-peer network, and only people who know the secret URL can discover and download the files. Learn more.

Install Beaker, then try it out at dat://43dfc9f23fdded8cc7c01c71c0702a0529130af0258e7fb30bf5a0a3f73d69b3

alt text

Install

With Beaker

Download the Beaker browser, then open PasteDat at dat://43dfc9f23fdded8cc7c01c71c0702a0529130af0258e7fb30bf5a0a3f73d69b3. To enable PasteDat while you're offline, save it to your Library in Beaker.

With the Dat CLI

To create your own instance of PasteDat, clone the source, build it with npm, and then serve with the Dat CLI:

git clone git@github.com:taravancil/paste-dat.git
cd paste-dat
npm install
npm run build
dat share

Finally, open the the Dat URL in Beaker.

About

A tool for sharing files with Dat in the Beaker browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published