ethabi-cli 2.0.0

Easy to use cli for conversion of ethereum contract calls to bytecode.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ethabi-cli"
version = "2.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
keywords = ["ethereum", "eth", "abi", "solidity", "cli"]
description = "Easy to use cli for conversion of ethereum contract calls to bytecode."
homepage = "https://github.com/paritytech/ethabi"
license = "MIT"

[dependencies]
rustc-hex = "1.0"
rustc-serialize = "0.3"
docopt = "=0.6.85"
ethabi = { version = "2.0", path = ".." }

[[bin]]
name = "ethabi"
path = "src/main.rs"