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
- Host: GitHub
- URL: https://github.com/tnodes/sei-wallet-generator
- Owner: Tnodes
- License: mit
- Created: 2024-01-23T23:27:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T01:55:06.000Z (over 2 years ago)
- Last Synced: 2025-03-11T08:49:53.884Z (about 1 year ago)
- Topics: nodejs, sei, sei-chain, sei-network, sei-wallet-generator, wallet-generator
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

Result 😎

# 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.