-
Notifications
You must be signed in to change notification settings - Fork 22
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
Implement unsubscribe
function
#10
Comments
Can I jump on this task? |
I'd be happy to do this. |
Hey @EjembiEmmanuel, I'd love to work on this issue. I'm Pascal Torti, a certified Cairo Blockchain developer. I specialise in Cairo Starknet, Java Springboot, Reactjs and Flutter. I have gone through your repo prior to this issue, having applied for the Adding a new function to the interface, implementing it in the smart contract itself, and carrying out all possible tests on it to make sure it is free from bugs and won't disturb any other written algorithms. ETA is within a day. I have read the contribution guide. |
May I try my hand at this? This is my first time contributing to this project |
Could I take on this issue? |
May I work on this issue @EjembiEmmanuel? I am a cairo dev with extensive experience in building on cairo and also a regular contributor at @keep-starknet-strange and the starknet ecosystem in general. You can see my PoW on my github and onlydust profile. my approach: I will go through the entire codebase to understand it and then create the unsubscribe function accordingly. I will write tests for the function to and ensure that all tests are passing before submitting the PR. eta: 3 days |
Hey I'd like to tackle this one please, check my past contributions in Cairo: https://app.onlydust.com/u/saimeunt |
Implement an
unsubscribe
function to revoke theAutoSwappr
contract's approval to spend specific tokens on behalf of the user.write full unit test for the function
The text was updated successfully, but these errors were encountered: