Skip to content

marcjerome/solana-key-decoder-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solana-key-decoder

solana-key-decoder-cli is a simple command-line tool for decoding Base58 encoded keys and saving them as JSON files. It takes a Base58 encoded key as input, decodes it, and saves the decoded key as a JSON array in a file named key.json.

Installation

You can install solana-key-decoder-cli globally using npm:

npm install -g solana-key-decoder-cli

Usage

After installation, you can use solana-key-decoder-cli from the command line as follows:

solana-key-decoder-cli <key>

  • <key>: The Base58 encoded key that you want to decode and save as a JSON file.

For example:

solana-key-decoder-cli BjLbhu2a8aAqB7cYqrFdq4357zdSxf7hbnQp5UVX4HdZEz6TyBzJk1kvJM

This will decode the provided key and save it as a JSON array in a file named key.json in the current working directory.

License

This project is licensed under the MIT License. See the [LICENSE] file for details.

Support

If you encounter any problems or have questions, feel free to contact us.

If you find solana-key-decoder-cli useful and would like to support its development, you can do so by sending Solana (SOL) to the following wallet address: 4EMjRcChGyDqNGRcagcf3EsjwyrkpaqT93FRdcypzS3j

Your support is greatly appreciated and will help in maintaining and improving this tool. Thank you for your contribution!

About

solana-key-decoder-cli is a simple command-line tool for decoding Base58 encoded keys and saving them as JSON files. It takes a Base58 encoded key as input, decodes it, and saves the decoded key as a JSON array in a file named key.json.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors