Code Monkey home page Code Monkey logo

wallet-app's Introduction

Iron Fish Wallet application

This repo is Electron-based application for managing Accounts in Iron Fish network using Iron Fish modules.

Getting Started

Environment preparations

The following steps should only be used to install if you are planning on contributing to the Wallet app codebase.

  1. Install Node.js 18.x

  2. Install Yarn.

  3. Windows:

    1. Install the current version of Python from the Microsoft Store package or Python website.
    2. Install Visual C++ Build Environment: Visual Studio Build Tools (using "Visual C++ build tools" or "Desktop development with C++" workload)

    If the above steps didn't work for you, please visit Microsoft's Node.js Guidelines for Windows for additional tips.

  4. Run yarn install from the root directory to install packages.

Usage

Once your environment is set up its possible to run app:

Use yarn start or yarn start:<mode> to run app. By default dev mode is used, also demo and production modes are available.

To test build use yarn build, there is also 3 mode for build demo, dev, production, dev is default.

Create application

Just run yarn package and executable files will be builded into ./out folder. By default demo mode is used for crating package use production mode to create release version (yarn package:production).

Releases

Releases are based on tags. In order to do a release:

Update package.json version, submit a PR and merge it to the master.

Run git tag -a "vX.Y.Z" -m "vX.Y.Z" where X.Y.Z is the major.minor.patch version. (for demo version release use demo-v prefix instead of v)

Run git push --tags

wallet-app's People

Contributors

azhurauski-sc avatar ndemidovich-sc avatar brekk avatar krompets avatar lwisne 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.