Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 654 Bytes

File metadata and controls

31 lines (24 loc) · 654 Bytes

Nimiq Wallet

Warning

There is an Open PR: nimiq#263 that it is out of sync already.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

If you need to interact with a real account and data, then you will also need to run the Nimiq Hub and Nimiq Keyguard in development, too.

For demo mode with simulated accounts and transactions, use:

yarn serve:demo

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint