Decentralised XDC Wallet for XDC.Network
- Make sure you have NodeJS newer than version 8, but older than version 12, and NPM version 6 or greater.
- Open terminal
- Clone the repo:
git clone git@github.com:MyEtherWallet/MyEtherWallet.git - run
npm ito install node packages. - run
npm run build. If instructed to editpackage.jsonto use newly released versions of dependencies, do so and then runnpm updateandnpm run buildagain. After this step succeeds, you can stop and use the offline version by opening the index file from the dist folder with your preferred browser. - start with
npm start. If instructed to editpackage.jsonfor newly updated dependencies, see previous step. - If
npm startfails and above the error message it states 'new update found' then the package.json version of the indicated packages needs to be updated to match the versions shown in the notice. npm i copy-webpack-plugin@5.1.1 - App should be running in
https://localhost:8080
- Open terminal
- Clone the repo:
git clone git@github.com/XinFinOrg/Wallet.git - run
git checkout develop - run
npm ito install node packages.
- SET NODE_OPTIONS=--max_old_space_size=4096
- run
npm run build. You can also use the offline version by opening the index file from the dist folder with your preferred browser - start
npm run dev - App should be running in
https://localhost:8080
Can't start due to an update found:
Update the package in the package.json as told by the terminal error you see.
Example error: new update found print-js 1.0.60 1.0.63 2019-11-15T05:05:52.202Z
