sol2proto icon indicating copy to clipboard operation
sol2proto copied to clipboard

Ethereum contract ABI to gRPC protobuf IDL transpiler

Results 1 sol2proto issues
Sort by recently updated
recently updated
newest added

When I tried examples in [getamis/grpc-contract](https://github.com/getamis/grpc-contract), I got below errors: ``` $ make run name=NameService solc --bin --abi --optimize --overwrite -o . NameService.sol mkdir -p contracts sol2proto --pkg contracts --abi...