-
Notifications
You must be signed in to change notification settings - Fork 23
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
From/To in tx details page #14
Comments
I would love to work on this, here is my OD profile |
Hi, can I take this |
Hello Project Lead! I'm Ugo, a fullstack(js,React,Node,Next.js,Three.js) developer with a strong track record in OD hack projects. I've been actively involved since Edition 2, contributing to various initiatives, and I'm thrilled to be part of Edition 5! Here's how I plan to approach the issue:
|
Hello Project lead and maintainers, I am Poulav, a fullstack web3 developer. I have good grasp in MERN stack, Next.js, Typescript and other currently leading tech stacks in web. This is my first time contributing in this project but I feel I can work on this in great ease. How I plan to do this
I believe if I am assigned this, I can get it done in the quickest time. |
I'm up for it! |
Hello Walnut Fam, I am a seasoned fullstack developer with a focus on front-end development. Although I haven't contributed to Walnut before, I am excited by your welcoming stance: "However, if you are new, don’t worry—we are eager to attract new talent..." I am passionate about creating responsive, modular, and scalable UI components and would love to take on this issue. Here are my profiles for your reference:
Best regards, |
@PoulavBhowmick03 provided a clear comment showing a good understanding of what needs to be done, assigning to you. @kamuik16 I appreciate your contribution however we have a strict policy regarding issue assignment and we can't accept PRs on issues not assigned beforehand. There will be more issues in the coming days, feel free to comment on them to receive assignment. |
From/To in tx details page
Read contributors guidelines
User stories
From / To addresses should be links to the corresponding account details page.
Validation
You should study how Etherscan displays these fields based on the different possible scenarios: https://optimistic.etherscan.io/tx/0x3b680d4727227d6afb35ddf620c3b16e33877f3cc06ec1151a6c45bd167b9f30
In particular, we need to detect contract interaction and if execution went through or reverted.
Implementation
Use the data available in the transaction object in the tx details page to display the correct information.
You should continue the work already done on the basic tx detail page and reuse the description list component.
The text was updated successfully, but these errors were encountered: