Skip to content

crypt0m1nd3r/docker-ethabi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Docker image for ethabi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published