ExWeb3 / elixir_ethers

A comprehensive Web3 library for interacting with smart contracts on Ethereum using Elixir.
https://hexdocs.pm/ethers
Apache License 2.0
85 stars 19 forks source link

Add Adapter for RPC client #152

Open joaop21 opened 4 hours ago

joaop21 commented 4 hours ago

Why:

There is an implicit coupling with ethereumex, which causes bad decisions to spread from ethereumex to elixir_ethers, which is not desirable at all.

How:

By implementing an adapter for Ethereumex that formats and transforms inputs so that they are digested correctly by ethereumex.

Resolves: #151