Coder Social home page Coder Social logo

ak-wagerr's Introduction

Note: The Wagerr Electron App is currently experimental and not expected to work with the current Wagerr Core release. An official beta release will be published soon.

Wagerr Electron App

Build Status

A modern cross-platform GUI for Wagerr built with Electron & Vue.js.

Prerequisites

Make sure you back up your Wagerr wallet.dat before developing on this app.

You need the following prerequisites to be able to build and develop the project on your local machine.

  • Node.js
  • npm

Install

Clone the repo:

git clone https://github.com/wagerr/wagerr-electron-app.git

Change directory into the cloned repository:

cd wagerr-electron-app

Install dependencies with npm:

npm install

Place wagerrd and wagerr-cli binaries in a bin directory in the the root of your repo:

mkdir bin

# Fetch the applicable release from https://github.com/wagerr/wagerr/releases
# for your OS and architecture and unzip the `wagerrd` and `wagerr-cli` binaries
# into the `bin` folder.

Development

Run in development mode:

npm run dev

Before submitting a patch we highly recommend running the linting and formatting scripts:

npm run lint-fix && npm run lint-styles-fix

Package for Distribution

To package the app for distribution (don't forget to copy the wagerrd and wagerr-cli binaries into the bin folder before packaging the app):

npm run package

After running the package command the executable will be located in the release folder.

Code Signing

To code sign the packaged app you must set the following environment variables before running npm run package.

macOS:

# macOS - Name of certificate to retrieve from Keychain
export CSC_NAME='Wagerr Limited'

Windows:

# Windows (PowerShell) - Path to *.pfx certificate relative to root of project
$env:CSC_LINK='build\WagerrLimited.pfx'

# Optional - The password to decrypt the certificate given in CSC_LINK
$env:CSC_KEY_PASSWORD='Password123!'

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

Licensed under the MIT License.

ak-wagerr's People

Contributors

akeith2002 avatar

Watchers

 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.