An open API service indexing awesome lists of open source software.

https://github.com/rvats20/python-keystore-eth

this Python script is created to generate the keystore file from the given private key.
https://github.com/rvats20/python-keystore-eth

keystore learning-by-doing private-key python python3

Last synced: about 1 year ago
JSON representation

this Python script is created to generate the keystore file from the given private key.

Awesome Lists containing this project

README

          

# Keystore Generator

This repository contains a Python script to generate a keystore file from a given private key.

## Features

- Generate keystore files from private keys
- Easy to use scripts for command line interface
- Supports various keystore formats

## Requirements

- Python 3.x
- `cryptography` library

## Installation

Clone the repository and install the required dependencies:

```bash
git clone https://github.com/yourusername/keystore-generator.git
cd keystore-generator
pip install -r requirements.txt
```

## Usage

To generate a keystore file, run the following command:

```bash
python generate_keystore.py --private-key --output
```

### Example

```bash
python generate_keystore.py --private-key my_private_key.pem --output my_keystore.p12
```

## Contributing

Contributions are welcome! Please open an issue or submit a pull request.

## License

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