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 Non-Fungible Token Creation #1

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

Implement Non-Fungible Token Creation #1

jaycoolh opened this issue Dec 21, 2024 · 0 comments

Comments

@jaycoolh
Copy link
Collaborator

jaycoolh commented Dec 21, 2024

Description:
Implement creation of a non-fungible token (NFT) with only the minimal required attributes (e.g., name, symbol, decimals, supply). This is part of extending the Hedera Token Service within the Agent Kit to handle NFTs.

Roadmap Reference: ROADMAP.md > Native Hedera Token Service > Non-Fungible Token Creation

Proposed Implementation/Tasks:

  • Add a function to create an NFT with minimal attributes.
  • Integrate with Hedera SDK to support NFT creation with the SDK.
  • Provide simple test coverage (unit/integration).

Checklist:

  • Create a new function or tool for NFT creation.
  • Update documentation/README if needed.
  • Write tests (e.g., unit or integration tests).

Additional Context/Notes:

  • Currently, we have fungible token creation. This feature should be similar, but account for NFT logic.
  • Keep the logic minimal; advanced features (like custom royalty fees) can come later.

Milestone: v0.1 - Token Service

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

Assignees: tbc

@jaycoolh jaycoolh added this to the v0.1 - Token Service milestone Dec 21, 2024
@jaycoolh jaycoolh moved this to Backlog in Hedera Agent Kit Dec 21, 2024
@jaycoolh jaycoolh moved this from Backlog 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
Projects
None yet
Development

No branches or pull requests

1 participant