litentry / litentry-graph

A GraphQL Server providing aggregated blockchain identity data
Apache License 2.0
7 stars 0 forks source link

Contract query through EIP standard #171

Open wangminqi opened 2 years ago

wangminqi commented 2 years ago

Currently we have finished the query of contracts with specific EIP/Interface satisfied by their binary code.

We should keep our capacity of extension.

Current Target:

geastwood commented 2 years ago

If I understand correctly, apart from ERC165. This effort is already done yeh. We are already providing this data from our graphql endpint (and the data is available in DB).

bdmason commented 2 years ago

@geastwood ERC165 is in effect done too. We have a new schema to discuss when @wangminqi is available for the next Web3Go meeting. Once we agree on it I'll implement it very quickly. 1 contract to 1 ERC standard no longer makes sense - this is what we need to agree on.