Giter Site home page Giter Site logo

integralteam / crypticcoinwallet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crypticcoinvip/crypticcoinwallet

0.0 1.0 0.0 3.88 MB

JavaScript 18.90% Ruby 0.12% Python 5.33% C 34.77% C++ 0.73% Roff 39.12% Shell 0.22% CSS 0.40% NSIS 0.42%

crypticcoinwallet's Introduction

Dev version

  • npm install
  • nano ./src/dev-config.json - change user\pass
  • npm run dev

Prod

  • rm -rf builds dist
  • yarn
  • yarn build
  • yarn postpackage

Assembly installer for Linux

Step 0

  • run Prod commands
  • rm -rf ubuntu-build

Step 1

  • mkdir -p ubuntu-build && cd ubuntu-build
  • mkdir -p DEBIAN && mkdir -p usr/lib/crypticcoin-wallet

Step 2

  • cp -r ../builds/crypticcoin-wallet-linux-x64/* usr/lib/crypticcoin-wallet

Step 3

  • copy sprout-proving.key and sprout-verifying.key to usr/lib/crypticcoin-wallet/resources

Step 4

  • cp ../ubuntu/crypticcoin.desktop usr/lib/crypticcoin-wallet/resources
  • cp ../ubuntu/postinst DEBIAN
  • cp ../ubuntu/control DEBIAN

Step 5

  • copy crypticcoind to usr/lib/crypticcoin-wallet/resources
  • copy crypticcoin-cli to usr/lib/crypticcoin-wallet/resources

Step 6

  • cd .. && dpkg-deb --build ubuntu-build

Step 7 (Install package)

  • sudo apt remove --purge crypticcoin-debian && rm -rf builds
  • sudo dpkg -i ubuntu-build.deb

Assembly installer for Mac OS

Step 0

  • run Prod commands

Step 1

  • copy sprout-proving.key and sprout-verifying.key to ./builds/crypticcoin-wallet-darwin-x64/crypticcoin-wallet.app/Contents/Resources/

Step 2

  • copy ./darwin// directory to ./builds/crypticcoin-wallet-darwin-x64/crypticcoin-wallet.app/Contents/Resources/

Step 3

  • copy libevent and openssl libraries to ./builds/crypticcoin-wallet-darwin-x64/crypticcoin-wallet.app/Contents/Resources/

Step 4

  • copy crypticcoind to ./builds/crypticcoin-wallet-darwin-x64/crypticcoin-wallet.app/Contents/Resources/

Step 5 pkgbuild --component ./builds/crypticcoin-wallet-darwin-x64/crypticcoin-wallet.app --scripts ./scripts --install-location /Applications CrypticCoin.pkg

Assembly installer for Windows

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.