Coder Social home page Coder Social logo

ianmacalisang / jsecoin-platform Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jsecoin/platform

1.0 1.0 0.0 32.5 MB

Platform agnostic core - Web, Desktop, Mobile

Home Page: https://alpha.jsecoin.com

License: GNU General Public License v3.0

JavaScript 17.21% HTML 0.74% Vue 67.09% CSS 14.96%

jsecoin-platform's Introduction

JSE Platform

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

JSECoin Ltd

Twitter

GitHub license

Resources

Demo

Check out our live Platform.

Our next release that uses this code base can be accessed from - Alpha Release Platform.

  • Currently this is just a snaphot of the desktop environment but will become responsive to match the design above.

Prebuilt binaries

See our Releases Page for Windows binaries.
Our Mac, Linux, IOS and Android release will be coming out shortly

Quickstart

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

Working with the Desktop App

The app currently supports ia32/x64.
Mac and Linux support will be coming soon.

Development

  1. Initialise developer environment npm run desktop:dev

Build & Package Binaries

  1. Executing npm run desktop compiles the app within ./dist/desktop and then builds the binaries within ./build

WARNING

There is a known bug when building Desktop NSIS Binaries with x64 and ia32 bit support. This will cause the app to freeze.
If you do generate a build please edit the ./package.json file.
And remove the target that you don't need.

{
  "win": {
    "icon": "build/icons/icon.ico",
    "target": [
      {
        "target": "nsis",
        "arch": [
          "x64"
        ]
      },
      {
        "target": "nsis",
        "arch": [
          "ia32"
        ]
      }
    ]
  }
}

Generating the Web Platform

Currently this is a snapshot of the desktop app - you can access it here. We will be updating this project and making the app responsive to support our plans for the advanced platform layout.

  1. Executing npm run web generates the compiled platform within ./dist/web.

Generating the Mobile App

We are actively working on this...
If you try this out - Expect there to be sea krakens and unknown objects lurking in the deep ;)..

Build

  1. Executing npm run mobile will compile the platform into ./build/mobile/www/ and will not build the apk.
  2. Executing npm run mobile:android will compile the platform app into ./build/mobile/www/ - build the apk and deploy to android vm or device if attached.

Packaging and deploying Android binaries

To build an android apk you will need to first setup cordova.
First make sure you have the following required components setup - Cordova Guide

  • Now setup and install cordova
npm install -g cordova
cd ./build/mobile/
npm install
cordova add android

Generating the style guide

We've started documenting the platform and breaking it down into reusable components. Head over to the Platfom StyleGuide and take a look.

To generate your own styleguide from the source -

Development

  1. Executing npm run styleguide Initialises the developer environment

Build

  1. or executing npm run styleguide:build will generate the documentation within ./styleguide

Style guide assets

Additional assets are pulled from the ./docs directory images css etc.

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.

jsecoin-platform's People

Contributors

johnrsim avatar jamesbachini avatar jamesjse avatar

Stargazers

Ariel Peralta avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.