eSteem Surfer – Steem Desktop Client
This is the complete source code and the build instructions for the alpha version of the Steem blockchain desktop client eSteem Surfer founded by Feruz M and Lead Surfer Talha, supported by eSteem team and vast Steem community contibutors.
- 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
- Interesting Users Discovery
- Detailed Voters Info
- Witness Voting
More functions are coming!
- Windows XP - Windows 10
- Mac OS X 10.6 - Mac OS X 10.13
- Ubuntu 12.04 - Ubuntu 18.04
- Fedora 22 - Fedora 24
$ git clone https://github.com/eSteemApp/esteem-surfer
$ cd esteem-surfer
Make sure you have node.js and npm installed
Make sure bower installed globally (npm install -g bower)
$ npm install
$ bower install
$ npm start
$ npm run release
(Tests are not fully covered/implemented yet)
$ npm run test