keep-starknet-strange / starknet-phone

Mobile OS built for Starknet
https://docs.starknetphone.xyz
MIT License
15 stars 11 forks source link

[feat] Implement CoinGecko api to get token prices #86

Open trbutler4 opened 7 hours ago

trbutler4 commented 7 hours ago

Add support to the wallet app (wallet_app/android) for coingecko API to retrieve token price. The free (demo) plan is enough for now.

References

https://docs.coingecko.com/v3.0.1/reference/introduction

Gerson2102 commented 7 hours ago

Hey can I work on it? Is related to Kotlin?

onlydustapp[bot] commented 7 hours ago

Hey @Gerson2102! Thanks for showing interest. We've created an application for you to contribute to Starknet Phone. Go check it out on OnlyDust!

sajalbnl commented 3 hours ago

Hey @trbutler4 i want to work on this . I am familiar with the flow

onlydustapp[bot] commented 3 hours ago

Hey @sajalbnl! Thanks for showing interest. We've created an application for you to contribute to Starknet Phone. Go check it out on OnlyDust!

Iwueseiter commented 3 hours ago

Hi @trbutler4 please can I work on this?

onlydustapp[bot] commented 3 hours ago

Hey @Iwueseiter! Thanks for showing interest. We've created an application for you to contribute to Starknet Phone. Go check it out on OnlyDust!

codeZe-us commented 2 hours ago

I am applying to this issue via OnlyDust platform.

My background and how it can be leveraged

Mobile Software Developer utilising Dart, Swift and Kotlin.

How I plan on tackling this issue

Implement API service interface and instances. Create data models.

coxmars commented 49 minutes ago

I am applying to this issue via OnlyDust platform.

My background and how it can be leveraged

Hi @trbutler4, I'm a software developer with 2+ years of experience with Java, C#, Dart and others technologies and I'm member of Dojo Coding community here in CR. I would like to contribute to this project for my first time.

How I plan on tackling this issue

I’d approach this by using my experience working with different APIs from other services. I’d integrate the CoinGecko API to fetch token prices by creating a service or utility class to handle the API requests and responses.