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.
- 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.
- 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.
- Learn more about static exports here: Next.js Static Exports Documentation.
-
Clone the repository:
git clone https://github.com/HorizenOfficial/horizen-migration-ledger-signing-tool.git cd horizen-migration-ledger-signing-tool -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
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.