All Projects → JSEcoin → Platform

JSEcoin / Platform

Licence: gpl-3.0
Platform agnostic core - Web, Desktop, Mobile

Projects that are alternatives of or similar to Platform

larasar
Laravel + Quasar Framework
Stars: ✭ 77 (+63.83%)
Mutual labels:  cordova, desktop
Canoe
Canoe is a Nano Wallet heavily based on the MIT licensed Copay wallet from Bitpay
Stars: ✭ 146 (+210.64%)
Mutual labels:  cryptocurrency, desktop
Esteem Surfer
Ecency desktop formerly known as Esteem Surfer - reimagined desktop social wallet, contribute and get rewarded (for Windows, Mac, Linux)
Stars: ✭ 100 (+112.77%)
Mutual labels:  cryptocurrency, desktop
actlist-plugin
🔧 Actlist Plugin library to development and debugging.
Stars: ✭ 14 (-70.21%)
Mutual labels:  platform, desktop
Pycoinbin
Python Wrapper for coinbin.org
Stars: ✭ 43 (-8.51%)
Mutual labels:  cryptocurrency
Mlde.d.moonlightde
Modular and Qt5 light new behavior desktop environment
Stars: ✭ 40 (-14.89%)
Mutual labels:  desktop
Iota Transaction Spammer Webapp
Stars: ✭ 40 (-14.89%)
Mutual labels:  cryptocurrency
Cordova Plugin Firebase
Cordova plugin for Google Firebase
Stars: ✭ 997 (+2021.28%)
Mutual labels:  cordova
Angular Toolkit
Angular Schematics and Builders for `@ionic/angular` apps.
Stars: ✭ 45 (-4.26%)
Mutual labels:  cordova
Gekko Strategies
Strategies to Gekko trading bot with backtests results and some useful tools.
Stars: ✭ 1,022 (+2074.47%)
Mutual labels:  cryptocurrency
Crawlab
Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架
Stars: ✭ 8,392 (+17755.32%)
Mutual labels:  platform
Fixmystreet Mobile
Cordova application for making reports to FixMyStreet
Stars: ✭ 40 (-14.89%)
Mutual labels:  cordova
Bitcoin Node Manager
📊 Lightweight dashboard and control system for bitcoin nodes
Stars: ✭ 43 (-8.51%)
Mutual labels:  cryptocurrency
Essentialnowplaying
A now playing tool intended to be used with OBS.
Stars: ✭ 40 (-14.89%)
Mutual labels:  desktop
Siis
Trading bot including terminal, for crypto and traditionals markets. Assisted or fully automated strategy.
Stars: ✭ 45 (-4.26%)
Mutual labels:  cryptocurrency
Paperview
A high performance X11 animated wallpaper setter
Stars: ✭ 999 (+2025.53%)
Mutual labels:  desktop
Cordova Firefoxos
[DEPRECATED] Apache Cordova firefoxos
Stars: ✭ 41 (-12.77%)
Mutual labels:  cordova
Blinkid Cordova
ID scanning for cross-platform apps built with Cordova and Phonegap.
Stars: ✭ 44 (-6.38%)
Mutual labels:  cordova
Desktopeditors
An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents
Stars: ✭ 1,008 (+2044.68%)
Mutual labels:  desktop
Shadertoy Rs
A desktop client for Shadertoy written in Rust
Stars: ✭ 41 (-12.77%)
Mutual labels:  desktop

JSE Platform

JSECOIN [THE FUTURE BLOCKCHAIN & ECOSYSTEM FOR ECOMMERCE AND DIGITAL ADVERTISING]

JSECoin Ltd

Twitter

GitHub license

Resources

Demo

Prebuilt binaries

See our Releases Page for our app binaries.
Our Linux, release will be coming out shortly..



Quickstart

  1. Install Node.js v10.6.0 or higher.
  2. Clone this repository: git clone https://github.com/JSEcoin/platform
  3. Install dependencies npm install

You can launch vue ui and import this project or run the npm commands listed below

Available App Builds

The app currently supports:

  • Windows (ia32/x64)
  • Mac OS
  • Web (PWA)
  • Android
  • IOS

Linux support will be coming soon.

Development

If you are interested in contributing to the JSEcoin Project you can start up the developer environments with the following commands:

######
# Initialise Developer Environments
######
# WEB
npm run web:dev
# DESKTOP
npm run desktop:dev
# ANDROID
npm run mobile:android:dev
# IOS
npm run mobile:ios:dev
# STYLEGUIDE DOCS
npm run styleguide:dev

Mobile info

When running the mobile app in dev mode this will start a local webserver on your machine. The mobile app will try to connect to this; this allows for faster testing and development on the mobile platform so you won't need to rebuild and test. chrome://inspect will allow you to inspect any errors from google on your desktop.

Mobile Development

Make sure to update the script in the header with your local IP -

src\index.html

Build & Package Binaries

If you would like to build out and test the latest edition of the platform you can use the following commands - beware only the master branch contains the latest stable binary builds!

######
# Build
######
# WEB - ./dist_web
npm run web:build
# DESKTOP - ./dist_desktop
npm run desktop:build
# ANDROID
npm run mobile:android:build
# IOS
npm run mobile:ios:build
# STYLEGUIDE DOCS - ./dist_styleguide
npm run styleguide:build

Mobile Build

You have to manually sign the app by using the following cordova command.

cd mobile
cordova build android --release --buildConfig=../../signAndroidBuild.json


Bug Bounty

This is an initial push alot of cleanup is still required if you spot an issue please report it and if we consider it a major issue we will credit your account as part of our bug bounty offering. Bug Bounty Info Page

Contribute

If you'd like to assist and help the team please first review our Contribution Guidelines.

License

This project is under the GNU General Public License v3.0.

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].