A simple CLI tool for safety managing EVM accounts.
-
Clone the repository:
git clone https://github.com/0ndrec/cli-evm-accs.git cd cli-evm-accs
cp .env.example .env
-
Install the required dependencies:
pip install -r requirements.txt
-
Configure your env and API keys in
.env
.nano .env # DEFINE ENDPOINT
curl -s https://raw.githubusercontent.com/0ndrec/cli-evm-accs/refs/heads/main/install.sh | sudo bash
Run the script:
python main.py
Happy testing! 🎉