Skip to content

generate mnemonic and wallets for eth, btc, sol, cosm, tia

Notifications You must be signed in to change notification settings

dgma/wallets-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wallet generator

Generates wallets for different blockchain networks. The result is stored in two files:

  1. .wallets.json

    type Wallet = Array<{
      mnemonicᵻ: string;
      [network: string]: {
        address: string;
        pkᵻ: string;
      };
    }>;
  2. .wallets.pub.json

    type Wallet = Array<{
      [network: string]: string;
    }>;

Supported networks and path

  • btc, m/84'/0'/0'/0/0
  • eth, m/44'/60'/0'/0
  • atom, m/44'/118'/0'/0/0
  • tia, m/44'/118'/0'/0/0
  • sol, m/44'/501'/0'/0'

Requirements

  • Node.js >= v18.x
  • Bash-like environment

Installation

make

Usage

Generate wallets

make gen amount=<amount>

About

generate mnemonic and wallets for eth, btc, sol, cosm, tia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published