Skip to content

dmvol81/DAns-wallet

 
 

Repository files navigation

Crypto.org Chain Desktop Wallet

Warning

Crypto.org Chain Desktop Wallet is currently in the beta development phase and subjects to changes. Before proceeding, please be aware of the following:

  • Do not transfer any ERC20 tokens to addresses generated by this sample code as it can cause loss of funds.
  • Crypto.org is not liable for any potential damage, loss of data/files arising from the use of the wallet.

Latest releases

Please refer to the release page for the latest released version.

Contributing

Please abide by the Code of Conduct in all interactions, and the contributing guidelines when submitting code.

Multi-Language Content Management

Please refer to the Instructions on Multi-Language Content Management for any content updates.

License

Apache 2.0

Manual Build for Development

Installation

yarn install

Installs all the needed dependencies

Development & Builds Processes

Web Target 🌐

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 🚀

Electron Target 💻

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!

About

Crypto.org Chain desktop wallet (Beta)

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 82.4%
  • JavaScript 11.9%
  • Less 5.4%
  • HTML 0.3%