Skip to content

A JavaScript implementation of a cryptocurrency wallet generator for Bitcoin & Ethereum

Notifications You must be signed in to change notification settings

zakjanzi/Crypto-Wallet-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto-Wallet-Implementation

A JavaScript implementation of a cryptocurrency wallet generator for Bitcoin, Ethereum, and USDT (and other ERC-20 tokens).

It uses the BIP-39 standard for mnemonic phrase generation and key derivation and logs the mnemonic, master seed and private keys for various cryptocurrencies.

How to run

  1. Clone the repo and install dependencies.

    • npm i
  2. Run the generateWallet.js file in a node terminal.

    • node .\generateWallet.js

Output

Wallet Generation

  • Mnemonic: elite limit tongue detail retire loud shrimp olympic wasp change label crucial
  • Ethereum Private Key: 0x53d2ea0d6cbd5ab5d3d21901329c6cb4a7515ec8ececfe5acebd322bb17d447a
  • USDT Private Key: Undefined
  • Bitcoin Private Key: 0x4520279a4c430a92854afb2e194b39817ab5c7f60bee0825f32197c50ed1249d
  • Master Seed: 31fd6781be5d42baae4caa2e16f6662b3e41146e68c35e8950269b4af8780c7668ac693d1545fb0cdda3ef026923091a2b3b5f2a97f42aaaff3a49eddaeb4ce4

About

A JavaScript implementation of a cryptocurrency wallet generator for Bitcoin & Ethereum

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published