Closed vans163 closed 6 years ago
@vans163 what version of elixir do you use? everything works find on elixir 1.6.5
defp deps do
[
# {:dep_from_hexpm, "~> 0.3.0"},
{:ethereumex, git: "https://github.com/exthereum/ethereumex"}
]
end
@ayrat555 1.6.6 Seems to be upset about some app file, maybe it didn't build? Tho mix compile returned fine.
AH yea beacuse I called it exthereumex not ethereumex.