SUIDRESS is a CLI tool for generating and merging SUI addresses. π οΈ
- π Generate a single SUI wallet
- π’ Generate multiple SUI wallets
- π Merge SUI addresses from existing JSON files
- πΎ Save generated wallets to JSON files
- π Save merged addresses to TXT files
-
Clone this repository:
git clone https://github.com/Tnodes/suidress.git cd suidress
-
Install the required dependencies:
pip install -r requirements.txt
Run the main script:
python main.py
- suiwallet-py for mnemonic to SUI address conversion logic
This project is open-source and available under the MIT License.
@Tnodes