Skip to content

HorizenOfficial/horizen-migration-ledger-signing-tool

Repository files navigation

Signing Tool for Ledger

Overview

The Signing Tool for Ledger is a tool designed to generate cryptographic signatures required for claiming funds through a claim portal. Users input the destination Ethereum address and the derivation path of their Horizen address, and the tool outputs a valid signature for the claim message.

Features

  • Signature Generation:
    • Inputs: Destination address and derivation path of Horizen address.
    • Output: A valid signature for the claim message, ready to be used on the claim portal.

Technical Details

  • Built with Next.js and TypeScript.
  • The project output uses static HTML, CSS, and JavaScript files, allowing the tool to run completely offline. This ensures that sensitive operations, remain secure and confined to the user's local environment.

Development Setup

  1. Clone the repository:

    git clone https://github.com/HorizenOfficial/horizen-migration-ledger-signing-tool.git
    cd horizen-migration-ledger-signing-tool
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

Build

  1. Build the project:

    npm run build

The static files will be available in the out directory. Open the index.html file in your browser to run the tool.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors