Skip to content

dSocialNetwork/dsocial-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dSocial – dSocial Desktop Client for dPay's network

This is the complete source code and the build instructions for the alpha version of the dPay blockchain desktop client dSocial.

Preview of dSocial

What is already implemented

  • Surfing your feed and trending/hot stuff
  • Creating new posts
  • Commenting
  • Voting with any %
  • Reading replies/comments/mentions
  • Drafts synced with dSocial Mobile
  • Post Schedules synced with dSocial Mobile
  • Bookmarks synced with dSocial Mobile
  • Favorites synced with dSocial Mobile
  • Comments/Memo Encryption
  • Night Mode (Dark Theme)
  • Wallet Transfers
  • Image Gallery
  • Interesting Users Discovery
  • Detailed Voters Info
  • Witness Voting

More functions are coming!

Supported systems

  • Windows XP - Windows 10
  • Mac OS X 10.6 - Mac OS X 10.13
  • Ubuntu 12.04 - Ubuntu 18.04
  • Fedora 22 - Fedora 24

Build instructions

Clone

$ git clone https://github.com/dpays/dsocial-desktop
$ cd dsocial-desktop

Install dependencies

Make sure you have node.js and npm installed

Make sure bower installed globally (npm install -g bower)

$ npm install
$ bower install

Run in development mode

$ npm start

Package

$ npm run release

Test

(Tests are not fully covered/implemented yet)

$ npm run test