- 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.
-
Clone the repository:
git clone https://github.com/Gadzrux/KirbyWallet.git cd KirbyWallet -
Install dependecies:
npm i
3 Start development server:
npm run dev
- 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
- Making the site mobile responsive



