Skip to content

makramkd/ethhelpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages