Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 362 Bytes

File metadata and controls

26 lines (18 loc) · 362 Bytes

spit-cli

Description

spit-cli is a CLI tool to quickly convert private keys into readable base58 public keys.

Installation

To install the project, follow these steps:

  1. Install dependencies
npm install
  1. Build the project
npm run build

Usage

To use the tool, run the following command:

npm run start "<PRIVATE KEY>"