Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tnodes/suidress
- Owner: Tnodes
- License: mit
- Created: 2024-10-14T07:11:54.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-14T07:13:15.000Z (about 1 month ago)
- Last Synced: 2024-10-22T04:42:15.421Z (27 days ago)
- Topics: sui-blockchain, sui-wallet-generator
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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