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

Implement ERC-165 support #115

Closed alisinabh closed 7 months ago

alisinabh commented 7 months ago

Closes #108

EIP-165 provides a way to check if a contract supports a specific interface or not.

This PR adds: