Ethereum Wallet Manager and Monitoring
See the codeBLOCO Wallet Manager is a command-line interface (CLI) application designed to manage cryptocurrency wallets compatible with the Ethereum network and adhering to the KeyStoreV3 standard. Developed in GoLang, BLOCO provides a Terminal User Interface (TUI) for seamless wallet management. Future integrations will include external vaults such as Hashicorp Vault, Amazon KMS, Cloud HSM, and Azure Key Vault.
Wallet Management
Security
Configuration Management
Balance Inquiry
Extensibility
Ensure you have Go installed on your system.
git clone https://github.com/italoag/bloco-wallet.git
cd bloco-wallet
go build -o bloco-wallet
Move the executable to a directory in your PATH for easy access:
mv bloco-wallet /usr/local/bin/
Run the BLOCO Wallet using the terminal:
bloco-wallet
Navigate through the TUI to manage your wallets. Available commands include:
The enhanced keystore import feature provides an intuitive file selection interface:
Key Bindings for File Picker:
↑/↓ or j/k: Navigate filesSpace: Toggle file selectionEnter: Open directory or confirm selectionTab: Confirm final selectionCtrl+A: Select all filesCtrl+C: Clear selectionEsc: Go back or cancelPassword Input Features:
Enter to confirm, Esc to cancel, Ctrl+S to skip fileImport Progress Tracking:
Upcoming Features:
Vault Integrations:
Multi-Network Support:
Advanced Cryptography:
Enhanced Security Features:
User Experience Improvements:
Contributions are welcome! Please follow these steps:
This project is licensed under the MIT License.
Go
65.6%
HTML
28.7%
JavaScript
4.8%
Ethereum Wallet Manager and Monitoring
See the codeBLOCO Wallet Manager is a command-line interface (CLI) application designed to manage cryptocurrency wallets compatible with the Ethereum network and adhering to the KeyStoreV3 standard. Developed in GoLang, BLOCO provides a Terminal User Interface (TUI) for seamless wallet management. Future integrations will include external vaults such as Hashicorp Vault, Amazon KMS, Cloud HSM, and Azure Key Vault.
Wallet Management
Security
Configuration Management
Balance Inquiry
Extensibility
Ensure you have Go installed on your system.
git clone https://github.com/italoag/bloco-wallet.git
cd bloco-wallet
go build -o bloco-wallet
Move the executable to a directory in your PATH for easy access:
mv bloco-wallet /usr/local/bin/
Run the BLOCO Wallet using the terminal:
bloco-wallet
Navigate through the TUI to manage your wallets. Available commands include:
The enhanced keystore import feature provides an intuitive file selection interface:
Key Bindings for File Picker:
↑/↓ or j/k: Navigate filesSpace: Toggle file selectionEnter: Open directory or confirm selectionTab: Confirm final selectionCtrl+A: Select all filesCtrl+C: Clear selectionEsc: Go back or cancelPassword Input Features:
Enter to confirm, Esc to cancel, Ctrl+S to skip fileImport Progress Tracking:
Upcoming Features:
Vault Integrations:
Multi-Network Support:
Advanced Cryptography:
Enhanced Security Features:
User Experience Improvements:
Contributions are welcome! Please follow these steps:
This project is licensed under the MIT License.
Go
65.6%
HTML
28.7%
JavaScript
4.8%