Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
/ esteem-surfer Public archive

Ecency desktop formerly known as Esteem Surfer - reimagined desktop social wallet, contribute and get rewarded (for Windows, Mac, Linux)

License

Notifications You must be signed in to change notification settings

ecency/esteem-surfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eSteem Surfer 2 – Steem Desktop Client

🎉 This is the complete source code and the build instructions of the Steem blockchain desktop client eSteem Surfer 2 founded by Feruz M and Lead Surfer Talha, supported by eSteem team and vast Steem community contibutors.

Preview of eSteem Surfer

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 eSteem Mobile
  • Post Schedules synced with eSteem Mobile
  • Bookmarks synced with eSteem Mobile
  • Favorites synced with eSteem Mobile
  • Comments/Memo Encryption
  • Night Mode (Dark Theme)
  • Image Gallery
  • Detailed Voters Info

More functions are coming!

Supported systems

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

Build instructions

Requirements

  • node ^6.14.0 || ^8.10.0 || >=9.10.0
  • yarn

Clone and switch to surfer2 branch

$ git clone https://github.com/eSteemApp/esteem-surfer
$ cd esteem-surfer

Install dependencies

$ yarn

Run in development mode

$ npm run dev

Package

$ npm run package

Test

$ npm run test