Git repository: https://github.com/crypt0m1nd3r/docker-ethabi
This Docker image was created since it can be tedious to install the ethabi tool on different platforms.
Currently, only version 4.0.0 of ethabi-cli is installed in this image.
$ docker pull cryptominder/ethabi
$ docker run --rm -v ${PWD}:/ethabi cryptominder/ethabi:latest
The /ethabi is the working directory used for the ethabi executable in this image. Use the -v option of docker run to map a local absolute path to /ethabi.
$ docker run --rm -v ${PWD}:/ethabi cryptominder/ethabi:latest encode params -v string 'Hello World!'
Should output:
0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000c48656c6c6f20576f726c64210000000000000000000000000000000000000000
Content type
Image
Digest
Size
524.1 MB
Last updated
almost 9 years ago
docker pull cryptominder/ethabi