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
- Host: GitHub
- URL: https://github.com/zemse/gm
- Owner: zemse
- Created: 2024-07-14T05:33:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T08:30:27.000Z (about 1 year ago)
- Last Synced: 2025-03-31T09:30:02.990Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 159 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.