sakchhams / sirajcoin-wallet

A GUI wallet for SirajCoin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sirajcoin-wallet

A GUI wallet application for SirajCoin(SRJ) made with electron, polymer and lots of love.

Screenshot 1 Screenshot 2
Application Screenshot Application Screenshot

Build

Follow the following steps in order:

Fetch the dependencies.
npm install

Pull the required polymer componets using bower.
npm run config-bower

Add a bit of electron flavor to the installed node modules.
npm run config-electron

A kind of hack to prevent axios from using browser's XHR handler, forces the use of node instead.
npm run patch-axios

Compiles the JavaScript using babel.
npm run compile-js

Run

After a complete build use npm start to run the app.

License

File wallet-methods.js used from llSourcell/sirajcoin

The graphic sourced from Designed by Macrovector / Freepik

MIT © Sakchham Sharma

About

A GUI wallet for SirajCoin.

License:MIT License


Languages

Language:HTML 64.3%Language:JavaScript 34.9%Language:CSS 0.8%