-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: SRC5 Interface detection #109
Comments
@julio4 can you give more context to this |
Show an example of how a contract can implement the |
from the above docs shared, we are implementing a trait function that check this |
Not exactly, this specific |
this OpenZeppelin implementation is somewhat same thing we are going to do here |
Yes but not as a component (atleast for now), we only want to demonstrate how one contract can implement the trait to return true for a specific interface id. So developers can quickly understand without having to read all the SNIP! |
Alright @julio4 kindly assign this to me, i will work on it |
i would love to work on this issue @julio4 |
Reference: https://github.com/starknet-io/SNIPs/blob/main/SNIPS/snip-5.md
The text was updated successfully, but these errors were encountered: