https://github.com/fvictorio/ruth
https://github.com/fvictorio/ruth
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fvictorio/ruth
- Owner: fvictorio
- Created: 2020-11-28T17:37:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T19:37:46.000Z (over 4 years ago)
- Last Synced: 2025-04-01T12:23:31.245Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ruth
A set of command line tools for Ethereum developers.
## Installation
Right now the only way to install `ruth` is manually:
```
git clone https://github.com/fvictorio/ruth.git
cd ruth
cargo install --path .
```