GithubHelp home page GithubHelp logo

cypherock / walletscrutinycom Goto Github PK

View Code? Open in Web Editor NEW

This project forked from walletscrutiny/walletscrutinycom

1.0 0.0 0.0 417.96 MB

Mirror of https://gitlab.com/walletscrutiny/walletScrutinyCom

Home Page: https://walletscrutiny.com

License: Other

Shell 7.89% JavaScript 33.88% Ruby 0.24% CSS 13.54% HTML 25.51% SCSS 18.95%

walletscrutinycom's Introduction

Wallet Scrutiny

This is the repository backing WalletScrutiny.com.

Pull Requests welcome.

To run locally

  1. Clone the repository: git clone https://gitlab.com/walletscrutiny/walletScrutinyCom; cd walletScrutinyCom
  2. Install global dependencies: apt update; apt install nodejs npm ruby-dev ruby-bundler -y
  3. Install more global dependencies: npm i --global npm@latest
  4. Install npm stuff: npm install; npm install (twice because ... the error I got the first time is gone the second time)
  5. Install bundler: gem install bundler:2.1.4
  6. Install bundler stuff: bundler install

For local development

This is for you if you want to make changes. It starts a server that you can reach at localhost:4000 and when you change a source file, it automatically compiles the project and you should see the changes when refreshing the browser.

Each build takes around 7s.

npx gulp serve

or

bundle exec jekyll serve --profile --trace

For production deployment

This will also minify the html, css and js which takes all in all about 50s. The result can be found in the _site/ folder and uploaded to your web server.

npx gulp

Run the wallet apk test script

  1. Install Git, Docker and if you want to test Mycelium builds also Disorderfs. On Debian use sudo apt update ; sudo apt install -y git docker.io disorderfs
  2. Configure Docker: sudo groupadd docker; sudo usermod -aG docker $USER
  3. Clone this repository git clone https://gitlab.com/walletscrutiny/walletScrutinyCom
  4. Go into the new folder cd walletScrutinyCom
  5. Get an APK file (this will only work if the file is of one of the few reproducible apps)
  6. Run the test script using an absolute path: ./test.sh /path/to/wallet.apk

walletscrutinycom's People

Contributors

giszmo avatar xrviv avatar staeiou avatar mjlamb avatar vswee avatar mohammadrafigh avatar yimingzhaomath avatar agneslovelace avatar aki-nishimura avatar a-paxton avatar felijarav avatar francoandres avatar luismmontilla avatar zuoxingdong avatar andreasgassmann avatar schildbach avatar jacksonpradolima avatar jacobtfisher avatar jonasbits avatar carreau avatar mborowczak avatar cifkao avatar kc9jud avatar qaisjp avatar hainesr avatar tlcaputi avatar bxie avatar ning-y avatar

Stargazers

 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.