Categorygithub.com/makramkd/ethhelpers
modulepackage
0.0.0-20220619193008-8cf5a7b3af8e
Repository: https://github.com/makramkd/ethhelpers.git
Documentation: pkg.go.dev

# 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.

# Packages

Copyright © 2021 Makram Kamaleddine Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
No description provided by the author