Skip to content

vitaly44/BitCoenWallet

 
 

Repository files navigation

BitCoen wallet. Based on iZ³ platform

  • The description will be supplemented

Dependencies

iZ³ depends on Node.JS version >= 8.2.0

NPM version >= 5.3.0

Wallet interface depends on Electron version >= 1.6.2

Building

Before building:

  • Install electron packager
sudo npm -g install electron-packager

And appdmg for OS X (requires XCode command line tools)

npm -g install appdmg

Preparing for work is done by running the command

npm install

in shell and root directory.

For building Wallet for Windows, Linux and MacOs (Darwin) use build.sh shell script. You can use any bash-like interpreter to run. We recommend using git bash from Git console utils.

You can run node server by command

node main.js

Contributing

  1. Fork it ( https://github.com/Izzzio/BitCoenWallet/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • lailune Andrey Nedobylsky - creator, maintainer

Packages

No packages published

Languages

  • JavaScript 51.2%
  • CSS 28.1%
  • HTML 20.1%
  • Shell 0.6%