Skip to content

D4rkGh05t/ionize-wallet-proton

 
 

Repository files navigation

ionize-wallet-proton

Development Setup (All Platforms)

Dependencies

You will need the following dependencies installed before you can proceed to the "Setup" step:

Tip: If you already have a different version of node.js installed besides 10.x, try using Node Version Manager.

Setup

First, clone the repo via git:

git clone https://github.com/Ionize-Project/ionize-wallet-proton

And then install the dependencies with yarn.

$ cd ionize-wallet-proton
$ yarn

Next copy the Config.js file to the turtlecoin-wallet-backend folder inside node_modules.

$ cp turtlecoin-wallet-backend/dist/lib/Config.js node_modules/turtlecoin-wallet-backend/dist/lib/Config.js

Run the wallet.

$ yarn start

Starting Development

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

$ yarn dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.5%
  • CSS 3.8%
  • HTML 0.7%