Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
feat: add callout
Browse files Browse the repository at this point in the history
  • Loading branch information
a-bahdanau committed Sep 27, 2024
1 parent 632cf13 commit 8833e4a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pages/cookbook/nfts.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Non-Fungible Tokens (NFTs)


import { Callout, Tabs } from 'nextra/components';
import { Callout } from 'nextra/components';

This page lists common examples of working with [NFTs](https://docs.ton.org/develop/dapps/asset-processing/nfts).

Expand Down Expand Up @@ -183,9 +182,12 @@ receive(msg: NFTReportRoyaltyParams) {

## NFT Collection methods

These methods are not part of any standard, and they will only work with [this specific implementation](https://github.com/ton-blockchain/token-contract/blob/main/nft/nft-collection.fc). Please keep this in mind before using them.

Additionally, note that only NFT owners are allowed to use these methods.
<Callout type="warning" emoji="⚠️">
These methods are not part of any standard, and they will only work with [this specific implementation](https://github.com/ton-blockchain/token-contract/blob/main/nft/nft-collection.fc). Please keep this in mind before using them.
</Callout>

Note that only NFT owners are allowed to use these methods.

### Deploy NFT

Expand Down

0 comments on commit 8833e4a

Please sign in to comment.