/esteem-surfer

eSteem Surfer - reimagined desktop social wallet, contribute and get rewarded (for Windows, Mac, Linux)

Primary LanguageJavaScriptMIT LicenseMIT

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)
  • Wallet Transfers
  • Image Gallery
  • Detailed Voters Info
  • Witness Voting

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

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

Install dependencies

$ yarn

Create a dummy config.js

This is for the backend server configuration. Actual server addresses are not needed for most functions.

$ cp app/config.example.js app/config.js

Run in development mode

$ npm run dev

Package

$ npm run package

Test

$ npm run test