Skip to content

intfoundation/int-wallet

Repository files navigation

int-wallet

Github All Releases

INT wallet build on electron and vue

Installation

You can download the app on the release page, and install it. For updating, simply download the new version and install it.

Dependencies

To run int-wallet you need:

Install int-cli

$ npm install int-cli --global

Note: If you start int-cli in the terminal, please do not change the rpc port (default: 8555).

Config folder

The data folder for int-wallet depends on your operation system:

  • Windows %APPDATA%\int-wallet
  • macOs ~/Library/Application \Support/int-wallet

Development

If you have install the dependencies, you're ready to initialize int-wallet for development.

Initialization

For development, you can clone this repository.

$ git clone https://github.com/intfoundation/int-wallet
$ cd int-wallet
$ npm install

Run int-wallet

# serve with hot reload at localhost:9080
$ npm run dev

Build int-wallet yourself

# build int-wallet application for production
$ npm run build

Testing

# run unit & end-to-end tests
$ npm test

# lint all JS/Vue component files in `src/`
$ npm run lint