Visit our live application at flow-wallet-tool.vercel.app
Flow Wallet Tools is a comprehensive web application that provides essential utilities for working with Flow blockchain accounts and data encoding. The application offers a user-friendly interface for managing Flow accounts and performing various encoding/decoding operations.
- Create Account: 🆕 Create a new blockchain account from scratch
- Lookup Account: 🔍 Search and view account details using public key or address
- Link Account: 🔗 Connect and manage external wallet connections
- Generate Key: ⚡ Create a new random wallet key pair
- Seed Phrase: 🌱 Generate or recover wallet from BIP39 mnemonic phrase
- Private Key: 🔐 Import or export raw private key in hex format
- KeyStore: 💼 Create or decrypt password-protected JSON wallet file
- Verify Key: ✅ Validate private key and address pair
- Analyze Transaction: 📊 Decode and inspect transaction details and parameters
- Base64: 📝 Encode and decode Base64 data formats
- RLP: 🔄 Encode and decode Recursive Length Prefix (RLP) data
- RLP Transaction: 📈 Parse and create RLP-encoded blockchain transactions
- Hash: #️⃣ Calculate various cryptographic hash functions
- AES: 🔒 Encrypt and decrypt data using AES encryption
- Hex: 🔢 Convert between hexadecimal and other data formats
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.