This project is a React application designed to generate cryptocurrency wallets for both Solana and Ethereum. It leverages mnemonic phrases to create wallets and display their private and public keys.
- Generate random mnemonic phrases.
- Generate Solana wallets using a mnemonic phrase.
- Generate Ethereum wallets using a mnemonic phrase.
- Display private and public keys for the generated wallets.
-
Clone the repository:
git clone https://github.com/kitsunekode/Crypto-Wallet cd Web3-Wallet
-
Install dependecies:
npm install
3 Start development server:
npm run dev
- Open the application in your browser at http://localhost:5713.
- Click the "Generate" button to generate a new wallet.
- The application will display the private and public keys for the generated wallet.
-src/: Contains the source code for the React application. -App.jsx: Main component that handles wallet generation and displays the keys. -solana.js: Contains functions for generating Solana wallets. -ethereum.js: Contains functions for generating Ethereum wallets. -index.js: Entry point for the React application. -balance.js: Fetch the balance of the accounts
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.