This repository contains a Python script that interacts with the Algorand Testnet.
- Generates a new Algorand keypair/address.
- Connects to the Algorand Testnet using public nodes.
- Checks the connectivity and account balance.
- Install dependencies:
pip install -r requirements.txt - Run the script:
python algo_check.py