Adding ethabi library as a dependency

Run this command in a terminal, in your project's directory:

cargo add ethabi

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

ethabi = "18.0.0"

The ethabi library will be automatically available globally. Read the ethabi library documentation.

Back to the crate overview.