Skip to content

Latest commit

 

History

History
executable file
·
74 lines (55 loc) · 2.53 KB

README.md

File metadata and controls

executable file
·
74 lines (55 loc) · 2.53 KB

Nautilus

Nautilus Wallet

chrome web store published version chrome web store rating chrome web store users       mozilla add-on published version mozilla add-on rating mozilla add-on users

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

 

 

Nautilus UI

Description

Nautilus Wallet is a comunity driven wallet designed for Ergo Platform with focus on privacy, security and user experience.

  • Easy to use
  • Blazing fast
  • Sandboxed NFT Gallery
  • Ledger support
  • Multi-wallet support
  • dApp Connector

Download

Project setup

npm install

Build and start in development mode

# Mainnet
npm run dev:mainnet
# Testnet
npm run dev:testnet

Build for production

# Mainnet
npm run build:mainnet
# Testnet
npm run build:testnet