Skip to content

Commit

Permalink
Update define-non-fungible-token.mdx
Browse files Browse the repository at this point in the history
copy tweaks
  • Loading branch information
max-crawford authored Jan 16, 2025
1 parent 1f230b8 commit e5f591b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: define-non-fungible-token
description: Defining a new non-fungible token class in Clarity smart contracts.
description: Define a new non-fungible token class in Clarity smart contracts.
---

## Function Signature
Expand Down Expand Up @@ -91,4 +91,4 @@ This example demonstrates:

## Conclusion

The `define-non-fungible-token` function is a fundamental building block for creating NFT-based systems in Clarity smart contracts. It allows developers to define custom non-fungible token classes with unique identifiers. When combined with other NFT-related functions, it enables the implementation of sophisticated systems for digital collectibles, art, and other unique digital assets on the Stacks blockchain.
The `define-non-fungible-token` function is a fundamental building block for creating NFT-based systems in Clarity smart contracts. It allows you to define custom non-fungible token classes with unique identifiers. When combined with other NFT-related functions, it enables the implementation of sophisticated systems for digital collectibles, art, and other unique digital assets on the Stacks blockchain.

0 comments on commit e5f591b

Please sign in to comment.