-
ethereumex explains a way to do this, but it requires the Blockchain hex package. Considering, that the entire Blockchain project probably isnt necessary for this feature, it may make sense to extract…
-
Is there a way to serialize the constructor like here?
https://github.com/ethereum/web3.js/blob/develop/lib/web3/contract.js#L36L46
-
I've tried to follow the document but got this error. So need in detail example for this.
```
iex(7)> abi_encoded_data = ABI.encode("transferFrom(address,address,uint)", ["0x7e5f4552091a69125d5dfc…
-
Currently, the only way send requests to a node is to set the configuration variable as such: ` Application.put_env(:ethereumex, :url, node)`
Would it be possible to have an option to pass the n…
-
```
Unchecked dependencies for environment dev:
* exthereumex (https://github.com/exthereum/ethereumex.git)
could not find an app file at "_build/dev/lib/exthereumex/ebin/exthereumex.app". This m…
-
libsecp25k1 update appears to break installs on Linux.
commit: https://github.com/exthereum/exth_crypto/commit/daf4b6189ba56a902b3a2c96d4a59102058bd7ed
Error
```
mix compile
...
Error whil…
-
I'm having some issues using a pretty loaded geth-node as the rpc server. It seems like sometimes it doesn't return a json body, causing https://github.com/exthereum/ethereumex/blob/master/lib/ethereu…
-
Thanks for writing an API that one-to-one matches the Ethereum JSON RPC. The send transaction doesnt seem to work though:
error code:
```elixir
{:error,
%{"code" => -32000,
"message" => "…
-
Thanks for this your hard work. I've been following this project's progress. Do you have a roadmap document or other release schedule we can look to determine the client's level of maturity? For insta…
-