All Projects → ecency → esteem-desktop

ecency / esteem-desktop

Licence: MIT license
eSteem Desktop - Application to get paid for blogging, curating and more...

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to esteem-desktop

esteem
eSteem Mobile - Application for Android and iOS users, start earning cryptocurrency!
Stars: ✭ 88 (+486.67%)
Mutual labels:  steem, esteem
glasnost
Glasnost is a GraphQL app server for Golos/Steem
Stars: ✭ 23 (+53.33%)
Mutual labels:  steem
Active Directory Dotnet Native Aspnetcore V2
Calling a ASP.NET Core Web API from a WPF application using Azure AD v2.0
Stars: ✭ 151 (+906.67%)
Mutual labels:  desktop-app
Irccloud Desktop
IRCCloud Desktop App
Stars: ✭ 215 (+1333.33%)
Mutual labels:  desktop-app
Igdm
Desktop application for Instagram DMs
Stars: ✭ 1,880 (+12433.33%)
Mutual labels:  desktop-app
Instagram Live Streamer
[Unofficial] Broadcast to Instagram Live anything from your PC/Laptop
Stars: ✭ 232 (+1446.67%)
Mutual labels:  desktop-app
Mootool
A handy tool set for developers. 开发者常备小工具
Stars: ✭ 141 (+840%)
Mutual labels:  desktop-app
media-dupes
a minimal content duplicator for common media services like youtube
Stars: ✭ 53 (+253.33%)
Mutual labels:  desktop-app
HealthApp
A desktop application to fetch Wikipedia,Google,Disease results and save them as text file,in database.Have a Section to search details about doctors in location
Stars: ✭ 23 (+53.33%)
Mutual labels:  desktop-app
Nyaovim
Web-enhanced Extensible Neovim Frontend
Stars: ✭ 2,166 (+14340%)
Mutual labels:  desktop-app
Computator.net
Computator.NET is a special kind of numerical software that is fast and easy to use but not worse than others feature-wise. It's features include: - Real and complex functions charts - Real and complex calculator - Real functions numerical calculations including different methods - Over 107 Elementary functions - Over 141 Special functions - Over 21 Matrix functions and operations - Scripting language with power to easy computations including matrices - You can declare your own custom functions with scripting language
Stars: ✭ 174 (+1060%)
Mutual labels:  desktop-app
Pile
⚡️ A simple & powerful app to organize your piled work at one place~
Stars: ✭ 158 (+953.33%)
Mutual labels:  desktop-app
Quick Picture Viewer
🖼️ Lightweight, versatile desktop image viewer for Windows. The best replacement for the default Windows photo viewer.
Stars: ✭ 237 (+1480%)
Mutual labels:  desktop-app
Sum
SUM - Secure Ultimate Messenger
Stars: ✭ 154 (+926.67%)
Mutual labels:  desktop-app
active-directory-dotnet-daemon-certificate-credential
A .NET 4.5 daemon application that uses a certificate to authenticate with Azure AD and get OAuth 2.0 access tokens.
Stars: ✭ 40 (+166.67%)
Mutual labels:  desktop-app
Raven Reader
📖 All your articles in one place. Beautiful.
Stars: ✭ 2,040 (+13500%)
Mutual labels:  desktop-app
Frameless Titlebar
Customizable Electron Titlebar for frameless windows
Stars: ✭ 167 (+1013.33%)
Mutual labels:  desktop-app
Luna
Automatic dark mode for Windows 10
Stars: ✭ 220 (+1366.67%)
Mutual labels:  desktop-app
mp
Hybrid music player
Stars: ✭ 12 (-20%)
Mutual labels:  desktop-app
active-directory-dotnet-deviceprofile
This sample demonstrates how to leverage ADAL .NET to authenticate user calls to a web API (in this case, the directory Graph) from apps that do not have the capability of offering an interactive authentication experience.
Stars: ✭ 18 (+20%)
Mutual labels:  desktop-app

eSteem Desktop

eSteem is stand-alone application that works on cross platforms. You can specify websocket to connect and start using without worrying to send your credentials to any server. Or being censored, disconnected.

You can also run Steem blockchain locally and connect through websocket specified in your configuration.

eSteem keeps your private keys locally and only uses it to sign transaction and ONLY transaction hash is broadcasted to specified websocket. Your keys never leave app, make sure to keep your PC secure.

Check out eSteem mobile versions as well, available on iOS and Android devices eSteem mobile.

Only download and install versions provided on this official github

For more info:

http://www.esteem.ws

[email protected]

https://steemit.com/@good-karma

Requirements

  • NodeJS
  • npm
  • Platform Supported by Electron

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/jfmherokiller/esteem-desktop
# Go into the repository
$ cd esteem-desktop
# Install dependencies and run the app
$ npm install
$ npm start

Learn more about Electron and its API in the documentation.

To build

use npm run buildApp to package your Electron app using Electron Packager which will:

  • Clean any previous build
  • Prepare a minimal App in the /build folder (configurable in Gruntfile.js)
  • Find node_modules dependencies in your index.html and add them accordingly to the build folder
  • Install dependencies
  • Package the App using ASAR (configurable)
  • Create distribution package for all platforms (configurable) in the dist folder

License MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].