Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

CoinSub/public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sign with Key Test

A TypeScript project for key-based signing operations.

Prerequisites

  • Node.js (v14 or higher)
  • npm (comes with Node.js)

Installation

  1. Clone the repository

  2. Install dependencies:

npm install

Building and Running

Build the Project

To compile TypeScript to JavaScript:

npm run build

This will create a dist directory with the compiled JavaScript files.

Run the Project

After building, you can run the project with:

npm run start

Or run it directly with:

node dist/index.js

Project Structure

  • src/ - Source TypeScript files
    • index.ts - Main entry point
    • signCreateCredChallenge.ts - Signing implementation for credential challenge
    • signUserActionChallenge.ts - Signing implementation for user action challenge
    • keyManager.ts - Key pair management
  • dist/ - Compiled JavaScript files (created after build)

Development

To modify the code:

  1. Edit the TypeScript files in the src directory
  2. Rebuild the project with npm run build
  3. Run the updated code with npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors