Skip to content
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 Fetch Token Info #4

Open
3 tasks
jaycoolh opened this issue Dec 21, 2024 · 2 comments
Open
3 tasks

Implement Fetch Token Info #4

jaycoolh opened this issue Dec 21, 2024 · 2 comments

Comments

@jaycoolh
Copy link
Collaborator

jaycoolh commented Dec 21, 2024

Description:
Provide a simple method to retrieve basic token metadata (e.g., name, symbol, total supply). This feature helps users verify or display token details.

Roadmap Reference: ROADMAP.md > Native Hedera Token Service > Fetch Token Info

Proposed Implementation/Tasks:

  • Create a function like getTokenInfo(tokenId).
  • Use Hedera Mirrornode API to fetch details.
  • Return a structured response (e.g., { name, symbol, decimals, totalSupply }).

Checklist:

  • Implement retrieval of token metadata.
  • Unit tests verifying returned data.
  • Provide minimal documentation or inline usage example.

Additional Context/Notes:

  • Optional, but beneficial for debugging or displaying token data in UIs.

Milestone: v0.1 - Token Service

DCO Requirement:
All commits must be DCO-signed. Please run git commit -s.

Assignees: @AvulaRamSwaroop

@AvulaRamSwaroop
Copy link

Can you assign me this

@jaycoolh
Copy link
Collaborator Author

Done my friend @AvulaRamSwaroop

@AvulaRamSwaroop AvulaRamSwaroop removed their assignment Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants