Skip to content

Latest commit

 

History

History
executable file
·
82 lines (60 loc) · 2.79 KB

README.md

File metadata and controls

executable file
·
82 lines (60 loc) · 2.79 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.

 

Description

Nautilus Wallet is a community-driven wallet built for the Ergo platform with a focus on privacy, security, and user experience.

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

Download and install

dApp Integration

Project setup

pnpm i

Build and start in development mode

Development mode is currently only supported in Chrome due to a bug in Firefox that prevents scripts to be leaded from localhost.

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

Build for production

# Mainnet for Chrome
pnpm run build:mainnet:chrome

# Mainnet for Firefox
pnpm run build:mainnet:firefox
# Testnet for Chrome
pnpm run build:testnet:chrome

# Testnet for Firefox
pnpm run build:testnet:firefox