{"id":13734885,"url":"https://github.com/howardpen9/nft-template-in-tact","last_synced_at":"2025-08-22T06:32:29.955Z","repository":{"id":180951966,"uuid":"665968219","full_name":"howardpen9/nft-template-in-tact","owner":"howardpen9","description":"Fast, easy to use Smart Contract template on TON Blockchain, based on the Tact language. #TON","archived":false,"fork":false,"pushed_at":"2024-05-10T03:06:12.000Z","size":2402,"stargazers_count":118,"open_issues_count":1,"forks_count":28,"subscribers_count":2,"default_branch":"tutorial","last_synced_at":"2024-12-07T00:22:46.784Z","etag":null,"topics":["tact","telegram","ton","ton-blockchain"],"latest_commit_sha":null,"homepage":"https://docs.tact-lang.org/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/howardpen9.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-13T12:02:57.000Z","updated_at":"2024-12-06T16:46:35.000Z","dependencies_parsed_at":"2023-10-29T14:33:10.723Z","dependency_job_id":"acc97efa-1940-4ed4-8236-75ed03834907","html_url":"https://github.com/howardpen9/nft-template-in-tact","commit_stats":null,"previous_names":["howardpen9/nft-template-in-tact"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howardpen9%2Fnft-template-in-tact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howardpen9%2Fnft-template-in-tact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howardpen9%2Fnft-template-in-tact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howardpen9%2Fnft-template-in-tact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/howardpen9","download_url":"https://codeload.github.com/howardpen9/nft-template-in-tact/tar.gz/refs/heads/tutorial","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230568588,"owners_count":18246378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["tact","telegram","ton","ton-blockchain"],"created_at":"2024-08-03T03:01:00.857Z","updated_at":"2024-12-20T10:08:15.385Z","avatar_url":"https://github.com/howardpen9.png","language":"TypeScript","funding_links":[],"categories":["Smart contracts [↑](#contents)"],"sub_categories":["Debugging"],"readme":"# NFT Standard in Tact\n\n\u003ca href=\"https://star-history.com/#Ton-Dynasty/tondynasty-contracts\u0026Date\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=howardpen9/nft-template-in-tact\u0026type=Date\u0026theme=dark\" /\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=howardpen9/nft-template-in-tact\u0026type=Date\" /\u003e\n    \u003cimg alt=\"Star History Chart!!!\" src=\"https://api.star-history.com/svg?repos=howardpen9/nft-template-in-tact\u0026type=Date\" /\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n\nThis GitHub repository is dedicated to an NFT standard ([TEP-62](https://github.com/ton-blockchain/TEPs/blob/master/text/0062-nft-standard.md)), which provides a set of guidelines and specifications for creating and managing non-fungible tokens (NFTs) on blockchain platforms.\n\n\u003e The repository contains a comprehensive collection of code files, documentation, and resources that developers can utilize to implement the standard in their NFT projects. It offers a well-defined structure and functionality for NFT contracts, including features like token metadata, ownership transfers, and token enumeration.\n\u003e\n\u003e The repository also includes sample code and examples to help developers understand and implement the NFT standard more easily. Collaborators and contributors actively maintain and update the repository, ensuring it remains up-to-date with the latest advancements and best practices in the NFT ecosystem.\n\n-   https://github.com/ton-blockchain/TEPs/blob/master/text/0062-nft-standard.md\n-   https://github.com/ton-blockchain/TEPs/blob/master/text/0064-token-data-standard.md\n-   https://github.com/ton-blockchain/TEPs/blob/master/text/0066-nft-royalty-standard.md\n\n## How to use\n\n```bash\nyarn build # To build contract\nyarn test # To run test cases\nyarn deploy # To deploy contract\nyarn read # The way to read the smart contract data after your deployed the code\n```\n\n\u003e [!WARNING]\n\u003e Remember to change the parameter in `contract.deploy.ts` file before you run `yarn deploy`\n\n![Alt text](./images/image.png)\n\n---\n\n![alt text](./images/image-1.png) - once you run `yarn deploy` you will get the address of the deployed contract. You can use this address to interact with the contract.\n\n## More\n\nFor more information about this GitHub repository, or if you have any questions related to Tact, feel free to visit:\n\n-   https://t.me/ton101\n-   https://t.me/tactlang\n\nIf you have more specific questions related to the Tact Language, please refer to:\n\n-   https://tact-lang.org\n-   https://tact-by-example.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowardpen9%2Fnft-template-in-tact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhowardpen9%2Fnft-template-in-tact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowardpen9%2Fnft-template-in-tact/lists"}