Skip to content

Gadzrux/KirbyWallet

Repository files navigation

HD-Wallet Generator

Kirby

This project is a React Application in TypeScript to generate HD wallets for SOL & ETH, with their pvt and public keys. I used DaisyUI for the components

LiveLinks

KirbyWallet

ScreenShots

Wallet Image Wallet Image Wallet Image

What does the application do?

  • Generate random mnemonic phrases with copy functionality.
  • Import a wallet from mnemonic phrase
  • Generate Solana wallets from a seed using a mnemonic phrase.
  • Airdrop yourself SOL from devnet, send SOL to addresses in the devnet
  • Generate Ethereum wallets from a seed using a mnemonic phrase.
  • Airdrop yourself ETH from Holešky, send ETH to addresses in the Holešky
  • Display private keys, public keys and balance for the generated wallets.

Installation

  1. Clone the repository:

          git clone https://github.com/Gadzrux/KirbyWallet.git
          cd KirbyWallet 
  2. Install dependecies:

      npm i

3 Start development server:

      npm run dev

Usage

  • Open the application in your browser at http://localhost:5173/.
  • Click the "Generate Mnemonics" button to generate a new wallet.
  • Copy it and paste is somewhere safe, once generated, the next time you open the app, you will be automatically taken to the wallets page
  • Go to the wallet page
  • Add accounts and click on them to see your generated SOL & ETH keys

Further Work

  • Making the site mobile responsive

About

SOL & ETH Hierarchical Deterministic (HD) Wallet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors