Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

TryQuiet/ZbayLite

Folders and files

NameName
Last commit message
Last commit date
Dec 10, 2021
Oct 6, 2021
Dec 7, 2021
Dec 3, 2019
Oct 7, 2020
Dec 6, 2021
May 12, 2021
Mar 29, 2021
Oct 2, 2019
Dec 14, 2021
Sep 20, 2021
Nov 15, 2021
Oct 6, 2021
Feb 4, 2019
Sep 30, 2021
Nov 29, 2021
Dec 3, 2019
Nov 13, 2020
Dec 2, 2021
Nov 29, 2021
Mar 24, 2020
Dec 14, 2021
May 25, 2020
Jan 29, 2021
Dec 14, 2021
Dec 14, 2021
Feb 24, 2021
Nov 29, 2021

Repository files navigation

Zbay

Zbay is an experimental app for Windows, Mac, and GNU/Linux that builds a decentralized community chat (like Slack or Discord) using Tor, IPFS, OrbitDB, and Zcash.

For more on the values behind the project, read this essay.


Getting started

Getting started hacking on Zcash is easy. Be sure to have Node and Rust installed. Then...

npm install

Next, copy the Tor binary for your platform to a file called tor in the tor directory in the repo. On macOS, for example, you'd run this command:

cp /Applications/Tor\ Browser.app/Contents/MacOS/Tor/tor.real ./tor/tor

Then use npm run start to start Zbay. That's it!

Building an installer

Zbay supports most popular operating systems. If you want to build a version for these platforms use one of our scripts:

macOS npm run dist

Windows npm run distwin

Ubuntu npm run distUbuntu

The built installers can then be found in the dist folder.

Removing data

To remove all your data from a machine, be sure to delete the Zbay and Zcash folders. Here's where to find them:

On Linux ~/.config/

On macOS ~/Library/Application Support/

On Windows %HOMEPATH%\\AppData\\Roaming\\

Backing up and restoring data

To make a backup, simply copy both the Zbay and Zcash folders from the location above to somewhere safe.

To restore a backup, move your backed-up Zbay and Zcash folders to the location above.

Contact

Questions? Find us in the #zbay channel, in Zbay, or email h@zbay.llc.