https://github.com/makramkd/ethhelpers
https://github.com/makramkd/ethhelpers
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/makramkd/ethhelpers
- Owner: makramkd
- License: apache-2.0
- Created: 2021-12-07T19:44:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-19T19:30:18.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T16:45:53.490Z (11 months ago)
- Language: Go
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ethhelpers
`ethhelpers` is a simple CLI tool that does a bunch of random useful stuff related to developing
on EVM chains.For example:
* Generate public/private keypairs for testing, with the option to encrypt the private key using AES.
* Encode / Decode EVM function calls.
* More random stuff as it comes up.## Installing
Should be as simple as:
```
go install github.com/makramkd/ethhelpers
```Or if you don't want to pollute your Go binary path with another executable, you can just clone and build it using `go build`.