-
Notifications
You must be signed in to change notification settings - Fork 111
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 Portfolio API for wallet amount #903
Comments
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHello @Marchand-Nicolas, I would love to handle this, How I plan on tackling this issue
ETA: 4hrs |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHello, I am Manuel, a process engineer and web3 developer. I have participated in Starknet Bootcamps, ETHGlobal and am an Elite winner of Speedrunstark. I have a high capacity to solve problems. I am a member of the DojoCoding community. How I plan on tackling this issueReplace the static wallet amount in the code with data from the Argent portfolio API. Check the network tab on Argent’s website to see the API call they use. I'll work diligently until the desired outcome is achieved, ensuring the implementation works seamlessly and integrates with ongoing contributions. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHello, I’m Jose Mario from Costa Rica. With over 15 years of experience in development, I am passionate about contributing to open-source projects and currently expanding my skill set with Rust, Cairo, and Solidity, participated in ODHacks since 7.0 as part of my involvement with Dojo Coding. I am eager to apply my extensive experience and newly acquired skills to new challenges and innovative projects. How I plan on tackling this issue
|
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHey guys, Im a software developer with 4+ years of experience and currently working on a gaming app that implements the argent wallet How I plan on tackling this issueI would check the docs provided about the argent API and check the necessary information required to get the wallet amount |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am applying to this issue via: https://app.onlydust.com/p/starknet-quest I am a fullstack developer with a strong background in integrating APIs and designing responsive UI components based on Figma designs. I have experience in working with cryptocurrency wallets and displaying real-time wallet balances by integrating financial APIs. My skills in React and JavaScript allow me to effectively manage currency conversions and data handling. How I plan on tackling this issueDesign Review: Analyze the Figma design to identify where to display the USD conversion of the wallet balance. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHi, I’m Mimi Sav, a frontend and blockchain developer. This is my first time contributing to this repository, and I'm excited about the opportunity to collaborate. How I plan on tackling this issueTo tackle this task, I will first review the existing implementation of the static wallet amount and identify where the change needs to be made. Then, I will explore the Argent portfolio API to understand how to integrate it for dynamically fetching wallet amounts. I will check the network tab in the console of the Argent portfolio website to observe the API calls made and replicate that process in my code. Additionally, I will examine contributions made by others in the ongoing issues on GitHub to gather insights and best practices for this integration. After implementing the API call, I will test the functionality to ensure that the wallet amount updates correctly based on the real-time data retrieved from the Argent portfolio API. |
Can I take this issue? I've read through what is needed, and I can implement portfolio API for the wallet amount |
I'd like to take this issue |
Hi @Marchand-Nicolas, To implement the Portfolio API for wallet amount, the goal is to replace the current static wallet amount with dynamic data retrieved from the Argent Portfolio API. Here's the approach I would take to tackle this:
Finally, I will implement error handling to manage failed requests and edge cases. After integrating the API, testing will be conducted to ensure accurate data retrieval and proper display of the wallet balance. Thanks. My ETA is 24hrs. |
Can I take this issue? |
I'm a typescript dev. A new-comer here, willing to and ready to contribute to solve the issue. |
I’d love to work on this task. |
Can I attempt this issue? I will replace the static wallet amount in the project with real-time data from the Argent Portfolio API. This will involve making an API call to retrieve the wallet balance for the specified address. I will analyze the network requests in the console of the Argent portfolio website to understand the request structure and parameters required. Following that, I'll implement the API call in the appropriate component, ensuring the wallet amount updates dynamically in the UI. I'll also handle error responses gracefully and ensure the application maintains performance and user experience during data fetching. Finally, I will test the integration thoroughly to confirm accurate data display and responsiveness. |
I’m interested in this one. |
Can I try solving this issue? HER DAO |
Hello, I'd like to take this issue. I would ensure to follow the Argent official website to integrate the portfolio Api and replace the static amount correctly. ETA is 1 day. |
I am applying to this issue via OnlyDust platform. I am Wilfrid Okorie, a seasoned React and Next.js developer, with experience with Cairo for Starknet Smart contracts, and frontend Integration of Smart contracts using Next.js, and I would like to work on this issue. I estimate this issue takes me 1 day Here's how I plan to take on this issue:
I will also welcome any feedback for something to be changed or improved. It will be a privilege to work on this issue |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHi, I'm Alvaro Lazarus a Blockchain developer and new member of Dojo Coding, I have experience with TypeScript and JavaScript which makes me confident that I can complete this issue. Also it seems like a fun one to tackle. How I plan on tackling this issueTo address this issue, I’ll start by using the Network tab in the browser’s developer tools on Argent's portfolio website to locate the API call that retrieves wallet details. With the API endpoint identified, I’ll integrate the Argent portfolio API, enabling the application to fetch dynamic wallet data. I’ll also reference related GitHub issues, such as #880 and #879, to examine similar solutions contributed by others. Finally, I’ll replace the static wallet amount with data from the API response, ensuring that the wallet information remains accurate and up to date. Thank you for your consideration |
May I handle this issue? |
I’d love to work on this task. |
I'd love to handle this issue! |
May I try my hand at this? |
I’d like to help with this. I am a contributor to the Starknet Quest repositories, I am also a Starknet wolf and I can solve this issue I will examine the network requests to understand how they retrieve wallet balance. then i will replace the static wallet amount with dynamic data from the API ETA - 2 days |
Ihey @fricoben Can I contribute to this one? |
Would love to tackle this! |
Hey @Marchand-Nicolas , I am still available to take this |
Can I be assigned to this? |
Is this issue still available? |
i am a newbie contributor, i have experience in python, solidity and JS, can i work on this? |
I am applying to this issue via OnlyDust platform. My background and how it can be leveraged How I plan on tackling this issue
work on feedback & recommendations. can deliver within a day upon assignment |
im a newbie contributor, i'd be grateful if you'd give me the opportunity to work in this. |
Replace the static wallet amount introduced here:
By the Argent portfolio API.
I suggest you to check in the network tab of the console what call they do on their official website: https://portfolio.argent.xyz/overview/0x05f1f8de723d8117daa26ec24320d0eacabc53a3d642acb0880846486e73283a.
Or how other contributors are doing in the ongoing issues (#880 & #879)
The text was updated successfully, but these errors were encountered: