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 Mint Token #2

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

Implement Mint Token #2

jaycoolh opened this issue Dec 21, 2024 · 0 comments
Labels
help wanted Extra attention is needed token-service

Comments

@jaycoolh
Copy link
Collaborator

jaycoolh commented Dec 21, 2024

Description:
Add the ability to mint additional tokens (fungible or non-fungible). This is an essential capability for dynamically increasing the total supply of a token post-creation.

Roadmap Reference: ROADMAP.md > Native Hedera Token Service > Mint Token

Proposed Implementation/Tasks:

  • Extend existing tools to support mintToken functionality from the Hedera SDK.
  • Provide a simple interface (e.g., mintFT() or mintNFT()).
  • Return updated token info (new total supply) or relevant transaction details.

Checklist:

  • Implement mintToken function(s).
  • Write unit tests for minting scenarios (e.g., successful mint, error handling).
  • Update any relevant docs or references.

Additional Context/Notes:

  • For NFT minting, metadata is needed. Let's assume the metadata will be string / strings will available in the prompt

Milestone: v0.1 - Token Service

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

Assignees: tbc

@jaycoolh jaycoolh added help wanted Extra attention is needed token-service labels Dec 21, 2024
@jaycoolh jaycoolh added this to the v0.1 - Token Service milestone Dec 21, 2024
@jaycoolh jaycoolh moved this to Todo in Hedera Agent Kit Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed token-service
Projects
None yet
Development

No branches or pull requests

1 participant