crypto-com / chain-desktop-wallet
- воскресенье, 28 марта 2021 г. в 00:27:06
Crypto.org Chain desktop wallet (Beta)
Crypto.org Chain Desktop Wallet
Crypto.org Chain Desktop Wallet and this library is currently in the beta development phase and subjects to changes. Before proceeding, please be aware of the following:
yarn install
Installs all the needed dependencies
yarn start
The command above runs the app as a normal web app in development, deployed at http://localhost:3000/
yarn build
Builds an optimized web distributable output for the repository.
The final output build should be ready to be deployed like any normal react web app. The /build folder is ready to be deployed
yarn electron:dev
Runs the Electron app in the development mode.
The Electron app will reload if you make edits in the electron directory. You will also see any lint errors in the console.
yarn electron:build
Builds the Electron app package for production to the dist folder.
The app is ready to be distributed!