Sign inSign up

cryptominder/ethabi

By cryptominder

•Updated almost 9 years ago

A Docker image for ethabi

Image
0

476

cryptominder/ethabi repository overview

⁠Docker Image for ethabi

License

Git repository: https://github.com/crypt0m1nd3r/docker-ethabi⁠

⁠Intro

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.

⁠Usage

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

⁠Example

$ docker run --rm -v ${PWD}:/ethabi cryptominder/ethabi:latest encode params -v string 'Hello World!'

Should output: 0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000c48656c6c6f20576f726c64210000000000000000000000000000000000000000

Tag summary

Content type

Image

Digest

Size

524.1 MB

Last updated

almost 9 years ago

docker pull cryptominder/ethabi