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

https://github.com/tnodes/sei-wallet-generator

Fast bulk sei wallet generator
https://github.com/tnodes/sei-wallet-generator

nodejs sei sei-chain sei-network sei-wallet-generator wallet-generator

Last synced: about 2 months ago
JSON representation

Fast bulk sei wallet generator

Awesome Lists containing this project

README

          

```
____ _ ____
/ ___| ___(_) / ___| ___ _ __
\___ \ / _ \ | | | _ / _ \ '_ \
___) | __/ | | |_| | __/ | | |
|____/ \___|_| \____|\___|_| |_|

Github: https://github.com/Tnodes
```
# Sei-wallet-generator
Node.js script for generating multiple wallets in SEI Network. It's designed to create wallets with unique addresses, algoritm, publickey and mnemonics, and save these details to a json file.

# Feature
- Generate unlimitied sei wallet address
- Merge all wallet addresses that have been generated

# Installation
1. Clone the repository:
```
https://github.com/Tnodes/sei-wallet-generator
```
3. Navigate to the cloned directory:
```
cd sei-wallet-generator
```
5. Install the required dependencies:

use npm
```
npm install
```
or yarn
```
yarn install
```
# Usage
Run the script with the following command:
```
node index.js
```
# Showcase
![image](https://github.com/Tnodes/sei-wallet-generator/assets/83104623/c8a56a91-ed5a-429e-9c5f-ae8a03c6f70a)

Result 😎

![image](https://github.com/Tnodes/sei-wallet-generator/assets/83104623/70b1ec6e-724c-4f64-941e-e19a7a0f6438)

# Contribution
Contributions to the sei-wallet-generator are welcome. Please ensure that your code adheres to the project's standards and submit a pull request for review.