Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 1.65 KB

README.md

File metadata and controls

59 lines (46 loc) · 1.65 KB

Nydia Logo

Nydia Logo

Nydia is a fast and lightweight Chrome extension for decentralized passkey storage on the Sia network. It allows users to handle their passkeys locally and store them on the Sia network.

Installation

  1. Clone the repository:
git clone https://github.com/new0nebit/Nydia-Passkey-Holder.git
  1. Install dependencies:
npm install
  1. Build the extension:
npm run build
  1. This will create a build extension directory with unpacked extension for browser.

  2. Load the extension in Chrome:

    • Open Chrome and navigate to chrome://extensions
    • Enable "Developer mode"
    • Click "Load unpacked" and select the extension directory

Configuration

Sia Renterd Setup

  1. Install and configure renterd following the official documentation.
  2. In the extension, configure your renterd settings:
    • Server Address
    • Server Port
    • Password
    • Bucket Name
Nydia Logo

Security Notes

  • Passkeys are stored locally using browser encryption
  • No passkey data is transmitted to third-party servers
  • The extension requires minimal permissions