Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/howardpen9/nft-template-in-tact
Fast, easy to use Smart Contract template on TON Blockchain, based on the Tact language. #TON
https://github.com/howardpen9/nft-template-in-tact
tact telegram ton ton-blockchain
Last synced: 2 days ago
JSON representation
Fast, easy to use Smart Contract template on TON Blockchain, based on the Tact language. #TON
- Host: GitHub
- URL: https://github.com/howardpen9/nft-template-in-tact
- Owner: howardpen9
- Created: 2023-07-13T12:02:57.000Z (over 1 year ago)
- Default Branch: tutorial
- Last Pushed: 2024-05-10T03:06:12.000Z (8 months ago)
- Last Synced: 2024-12-07T00:22:46.784Z (15 days ago)
- Topics: tact, telegram, ton, ton-blockchain
- Language: TypeScript
- Homepage: https://docs.tact-lang.org/
- Size: 2.29 MB
- Stars: 118
- Watchers: 2
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
Awesome Lists containing this project
- awesome-tact - NFT Standard Example - 62](https://github.com/ton-blockchain/TEPs/blob/master/text/0062-nft-standard.md) and [TEP-66](https://github.com/ton-blockchain/TEPs/blob/master/text/0066-nft-royalty-standard.md) in practice. Contributed by community contributor [@howard_peng9](https://dune.com/Howard_Peng) (📜 Smart Contracts Examples / Libraries)
README
# NFT Standard in Tact
This 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.
> 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.
>
> 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.- https://github.com/ton-blockchain/TEPs/blob/master/text/0062-nft-standard.md
- https://github.com/ton-blockchain/TEPs/blob/master/text/0064-token-data-standard.md
- https://github.com/ton-blockchain/TEPs/blob/master/text/0066-nft-royalty-standard.md## How to use
```bash
yarn build # To build contract
yarn test # To run test cases
yarn deploy # To deploy contract
yarn read # The way to read the smart contract data after your deployed the code
```> [!WARNING]
> Remember to change the parameter in `contract.deploy.ts` file before you run `yarn deploy`![Alt text](./images/image.png)
---
![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.
## More
For more information about this GitHub repository, or if you have any questions related to Tact, feel free to visit:
- https://t.me/ton101
- https://t.me/tactlangIf you have more specific questions related to the Tact Language, please refer to:
- https://tact-lang.org
- https://tact-by-example.org