Skip to content

A simple CLI tool for safety managing EVM accounts.

Notifications You must be signed in to change notification settings

0ndrec/cli-evm-accs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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! 🎉

About

A simple CLI tool for safety managing EVM accounts.

Resources

Stars

Watchers

Forks