Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 990 Bytes

README.md

File metadata and controls

43 lines (33 loc) · 990 Bytes

Description

A simple CLI tool for safety managing EVM accounts.

alt text

🚀 Setup

  1. Clone the repository:

    git clone https://github.com/0ndrec/cli-evm-accs.git
    cd cli-evm-accs
    cp .env.example .env
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Configure your env and API keys in .env.

    nano .env
    # DEFINE ENDPOINT

⚠️ Important. The file keys.json stores encrypted keys. And the encryption token itself is in the file .env Please note that the application places .env and keys.json in the directory where it is called. ⚠️

Autoinstall

  curl -s https://raw.githubusercontent.com/0ndrec/cli-evm-accs/refs/heads/main/install.sh | sudo bash

🛠 Usage

Run the script:

python main.py

Happy testing! 🎉