Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 401 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 401 Bytes

Nimiq Wallet

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

You will also need to run the Nimiq Hub and Nimiq Keyguard in development, too.

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint