Skip to content

Latest commit

 

History

History
executable file
·
60 lines (38 loc) · 869 Bytes

README.md

File metadata and controls

executable file
·
60 lines (38 loc) · 869 Bytes

Nautilus Wallet

Privacy Wallet Designed for Ergo Network

Built-in secrecy, sourcing parts from unnamed sources. Roams the seas beyond the reach of land-based governments.

Download

Project setup

npm install

Compiles and hot-reloads for development

Mainnet

npm run serve

Testnet

npm run serve -- --testnet

Compiles and minifies for production

Mainnet

npm run build

Testnet

npm run build -- --testnet

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint