electra-desktop
electra-desktop copied to clipboard
[DEPRECATED]- To be used only on specific request from the Electra team
Electra Wallet
Electron wallet for Electra blockchain
Issues & Feedback
Please report any issue or provide your feedback here.
Change Log
Please check the changelog file.
Contribute
Getting Started
Prerequisites
Installation
npm i
Development
The development environment uses hot-reload.
npm start
Start with a brand new wallet
This command will remove the Electra user directories (daemon & Electron ones) before starting.
npm run start:new
Validation
npm run validate
Staging
The staging environment uses static files but let the web development console open.
npm run start:stag
Build an installable package
npm run package:stag
Production
The production enviromment uses static files and doesn't allow the web development console.
npm run start:prod
Build an installable package
npm run package:prod