An open API service indexing awesome lists of open source software.

https://github.com/zemse/gm

[WIP] ethereum accounts manager for macOS
https://github.com/zemse/gm

Last synced: 12 months ago
JSON representation

[WIP] ethereum accounts manager for macOS

Awesome Lists containing this project

README

          

# gm

Terminal-based Ethereum accounts manager

## Features

- Apple keychain: securely store your keys
- Address book: keep familiar accounts handy
- 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.