Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.
/ zenchat Public archive

DEPRECATED Private and Anonymous Messaging Application, built on top of the Zencash blockchain

License

Notifications You must be signed in to change notification settings

HorizenOfficial/zenchat

Repository files navigation

DEPRECATED

ZenChat has been integrated into Sphere By Horizen https://github.com/ZencashOfficial/Sphere_by_Horizen/releases

As such https://github.com/ZencashOfficial/zenchat/ is no longer maintained

Private and Anonymous Messaging Application, built on top of the Zencash blockchain.

Download the releases here: https://github.com/ZencashOfficial/ZENChat/releases

TODO:

  1. Add types (flow)
  2. Add Unit Tests

To get started:

  • Run npm install
Development
  • Run npm run dev to start webpack-dev-server. Electron will launch automatically after compilation.
Production

You have two options, an automatic build or two manual steps

One Shot
  • Run npm run package to have webpack compile your application into dist/bundle.js and dist/index.html, and then an electron-packager run will be triggered for the current platform/arch, outputting to builds/
Manual

Recommendation: Update the "postpackage" script call in package.json to specify parameters as you choose and use the npm run package command instead of running these steps manually

  • Run npm run build to have webpack compile and output your bundle to dist/bundle.js
  • Then you can call electron-packager directly with any commands you choose

If you want to test the production build (In case you think Babili might be breaking something) after running npm run build you can then call npm run prod. This will cause electron to load off of the dist/ build instead of looking for the webpack-dev-server instance. Electron will launch automatically after compilation.

About

DEPRECATED Private and Anonymous Messaging Application, built on top of the Zencash blockchain

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •