Skip to content

deanschorf/epic-gui-wallet

 
 

Repository files navigation

Epic Graphical UI Wallet

Project setup

npm install (sudo npm install -g electron --unsafe-perm=true --allow-root)

Compiles and hot-reloads for development

npm run electron:serve

Compiles and minifies for production

npm run electron:build

Customize configuration

See Configuration Reference.

Customize epic-wallet version

This project comes with a pre-built CLI epic-wallet, available in the relative path "resources/bin". If desired, you can compile and build an updated version of the CLI epic-wallet project to replace the pre-built one.

Required deps

NodeJs v17.9.0
npm 8.5.5

Ubuntu

apt install libgtk-3-0 libgbm-dev

Troubleshooting

Wallet can't authenticate to node API

  • Error code: 0x1645779384 - Request failed with status code 401;
  • Solution: Check if your Node API secret and path to file are correct;

Node status is not accessible

If the node is not accessible, you may need to either:

  • Start the server;

Or, alternatively:

  • Open the epic-server.toml file located at your Epic home path (e.g., "C:\Users\<username>\.epic\<main\floo\user>" in Windows) and update the api_secret_path variable to point to the .api_secret file located at the custom wallet directory;
  • Restart the server;

Version 3.0.0

created and developed by eccence.digital (https://epicfundme.com/135-eccence-digital)

Donations

Vitex Wallet EPIC Address:

vite_aaac001cda9bd8e153789edefb6dc9a99ca6c37adc122692e9

About

Epic wallet with GUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.8%
  • Vue 41.9%
  • SCSS 9.2%
  • HTML 0.1%