Skip to content

BitCoen/BitCoenWallet

 
 

Repository files navigation

BitCoen Block Explorer 2017-2022

BitCoen wallet based on izzzio technology 2017

  • The description will be supplemented

Releases

You can find releases here https://github.com/Izzzio/BitCoenWallet/releases

Building

Dependencies

iZ³ platform depends on Node.JS version >= 8.2.0

NPM version >= 5.3.0

BitCoen Wallet shell depends on Electron version >= 1.6.2

Before building:

  • Install electron packager
npm -g install electron-packager

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

npm -g install macos-alias electron-osx-sign appdmg

Preparing for work is done by running the command

npm install

in shell and root directory.

Building

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 58.8%
  • CSS 20.9%
  • HTML 15.0%
  • PHP 3.6%
  • Python 0.8%
  • Shell 0.8%
  • Batchfile 0.1%