-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Implement a feature to create an NFT that includes the nickname @AlmazProfi using the GET method within the ton-connect repository. The NFT should be generated programmatically and be compatible with TON blockchain standards.
Requirements:
- The NFT must visually and programmatically include the nickname @AlmazProfi.
- The creation endpoint should use the GET method for demonstration or test purposes (note: in production, NFT minting is typically a POST action, but this should follow the request).
- The GET endpoint should generate a mock or demo NFT and return its metadata (e.g., JSON with name, image URL, and attributes).
- The NFT should be minted or simulated according to TON standards, and the code should be compatible with the ton-connect ecosystem.
- Include example requests and responses in the documentation.
Acceptance Criteria:
- A GET endpoint exists that generates (or simulates) an NFT with the nickname @AlmazProfi.
- The response includes all relevant NFT metadata.
- Documentation is updated to reflect the new endpoint and its intended demo/test usage.
Optional: Add security/disclaimer notes that actual NFT minting should be POST/transactional in real applications.
Sukhan4ik
Metadata
Metadata
Assignees
Labels
No labels