Closed trbutler4 closed 2 weeks ago
I am applying to this issue via OnlyDust platform.
Member of Dojo Coding. I have contributed before to this project!
Can I work on this issue?
Check my OnlyDust profile, I've contributed to many projects: Profile
I am applying to this issue via OnlyDust platform.
Hello I'm a frontend and a blockchain developer. I will love to work on this issue
I am applying to this issue via OnlyDust platform.
My background in blockchain development and mobile app programming positions me well to implement this feature effectively and ensure a smooth user experience during token transfers.
To add the ability to transfer tokens in the StarknetClient.kt
file within the wallet_app/
, I would start by reviewing the StarkNet Android app example for guidance on how token transfers are handled. Then, I would implement the necessary logic for initiating token transfers, which would include:
Creating a Function: Develop a function within StarknetClient.kt
to facilitate token transfers, taking parameters like the recipient's address and the amount of tokens to be transferred.
Interacting with the Smart Contract: Use the appropriate StarkNet functions to call the token contract's transfer method, ensuring compliance with the token standards (like ERC-20 or ERC-721).
Error Handling: Implement error handling to manage any potential issues during the transfer process, such as insufficient balance or invalid addresses.
User Feedback: Provide feedback to the user upon successful or failed transfers to enhance the user experience.
Testing: Finally, I would write unit tests to verify the functionality works as expected.
I am applying to this issue via OnlyDust platform.
Hello, i'm a frontend and a blockchain developer, pls i would love to work on this issue.
I am applying to this issue via OnlyDust platform.
I'm a Software Enginer SR in web 2.0. Some tickets in this repo are not related exclusive with smart contracts, so my experience can work here. Also I have experience working on mobile. I will apply to various tickets in this repo, so sorry for the spam, I really like the project
I will add the logic in the file as it is in the description
I am applying to this issue via OnlyDust platform.
I am a kotlin dev. A new-comer here, willing and ready to contribute to contribute to solve the issue.
I am applying to this issue via OnlyDust platform. My background and how it can be leveraged I am an Android developer with 2 years of experience in Kotlin, Jetpack Compose, and MVVM architecture. I’ve contributed to StarkNet Phone, building wallet and light client apps by integrating APIs and implementing UI/UX features. I'm excited to contribute my skills to this project . ETA - 1 Day
How I plan on tackling this issue I have worked on this earlier also and according to starknet android example will implement transfer funds logic
@jrmncos Hey! Please let me know if you have any questions about the issue, You can ask here or send a message in the telegram group here: https://t.me/+8G3EBNnfyS1lNzYx
hey @trbutler4 I'm working on it, thanks for helping me. I'm already in the tg group, probably I'll ask some questions in a few hours :)
Add the ability to transfer tokens.
The logic should be added to the StarknetClient.kt file in wallet_app/
References