Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tnodes/suidress

SUIDRESS is a CLI tool for generating and merging SUI addresses.
https://github.com/tnodes/suidress

sui-blockchain sui-wallet-generator

Last synced: about 15 hours ago
JSON representation

SUIDRESS is a CLI tool for generating and merging SUI addresses.

Awesome Lists containing this project

README

        

# SUIDRESS 🌊

SUIDRESS is a CLI tool for generating and merging SUI addresses. 🛠️

## Features 🚀

- 🔑 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

## Installation 📥

1. Clone this repository:
```
git clone https://github.com/Tnodes/suidress.git
cd suidress
```

2. Install the required dependencies:
```
pip install -r requirements.txt
```

## Usage 🖥️

Run the main script:
```
python main.py
```

## References 📚

- [suiwallet-py](https://github.com/satisfywithmylife/suiwallet-py) for mnemonic to SUI address conversion logic

## License 📜

This project is open-source and available under the MIT License.

## Author 👨‍💻

@Tnodes