gm-tui 0.0.1

TUI-based Ethereum wallet
Documentation
# 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:

```sh
# 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](LICENSE) file for details.