gm-tui

Crates.iogm-tui
lib.rsgm-tui
version0.0.1
created_at2025-08-20 03:40:35.654389+00
updated_at2025-08-20 03:40:35.654389+00
descriptionTUI-based Ethereum wallet
homepage
repositoryhttps://github.com/zemse/gm
max_upload_size
id1802827
size570,961
soham (zemse)

documentation

README

gm

Terminal-based Ethereum accounts manager

Features

  • Apple keychain: securely store your keys
  • Address book: keep familiar accounts handy
  • Light client: don't trust rpc data blindly
  • Walletconnect: connect to dapps

Installation

Prerequisites:

  • Rust (for development)
  • Ethereum client (e.g., Geth or Infura)

Steps:

# 1. Clone the repository:
git clone https://github.com/zemse/gm.git
cd gm

# 2. Install the binary:
cargo install --path .

Usage

Start the application by opening the terminal and entering:

$ gm

License

This project is licensed under the MIT License - see the LICENSE file for details.

Commit count: 188

cargo fmt