# NFT issuance on Binance Smart Chain

### How to issue your own NFT on Binance Smart Chain

1\. Deploy the NFT contract on Remix. Find the contract demo here: <https://bscscan.com/address/0xc469e9bd0276e6185c9a0b4e61fed8e0d0ed0185>

2\.&#x20;Prepare the MetaData and set to a hyperlink that can be accessed externally: [https://raw.githubusercontent.com/oumetom/prom\_assets/master/07.09/top1.json ](https://raw.githubusercontent.com/oumetom/prom_assets/master/07.09/top1.json)

3\.&#x20;[Connect MetaMask to the BSC block explorer](https://app.gitbook.com/@ankr/s/bounce-docs/~/drafts/-MN34cRdMdLofSdOKR5c/guides/use-metamask-with-binance-smart-chain) and switch MetaMask's network to the Binance Smart Chain main network.

4\. Choose WriteContract: [https://bscscan.com/address/0xc469e9bd0276e6185c9a0b4e61fed8e0d0ed0185#writeContract ](https://bscscan.com/address/0xc469e9bd0276e6185c9a0b4e61fed8e0d0ed0185#writeContract)

5\.&#x20;Fill in the issue address and the token url prepared above in the \[issueToken] function

<figure><img src="https://2710409920-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNyEMlVfYL7xZhAA9xrd7%2Fuploads%2FnKpVegRhg9SEX7PwzkTg%2Fimage.png?alt=media&#x26;token=d7570111-475b-4769-9788-338a1dea2ba4" alt=""><figcaption></figcaption></figure>

6\.&#x20;Click \[Write] then click \[Confirm] when MetaMask pops up, and wait for the block to be confirmed. After the block is confirmed, the NFT issuance is successful.

7\. Switch to the \[Read Contract] page, find the \[OwnerOf] function, enter the tokenid you have just issued, and you can view the owner address of the token.[https://bscscan.com/address/0xc469e9bd0276e6185c9a0b4e61fed8e0d0ed0185#readContract ](https://bscscan.com/address/0xc469e9bd0276e6185c9a0b4e61fed8e0d0ed0185#readContract)

<figure><img src="https://2710409920-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNyEMlVfYL7xZhAA9xrd7%2Fuploads%2FXLe5YqvBl9fAtlAojCqE%2Fimage.png?alt=media&#x26;token=a1b7e79d-d462-4b15-a719-17a0c83afeea" alt=""><figcaption></figcaption></figure>

8\.&#x20;Put the \[tokenId] in the \[tokenURI] function and click \[query] to view the tokenURI you just issued.

<figure><img src="https://2710409920-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNyEMlVfYL7xZhAA9xrd7%2Fuploads%2FW8EnwRU8VwpC2M4NWjOx%2Fimage.png?alt=media&#x26;token=f9ae7314-8dcb-46cf-b5ab-c6d4751f8033" alt=""><figcaption></figcaption></figure>

9\.&#x20;BSC's block explorer also supports the display of detailed information of the NFT transfers <https://bscscan.com/tx/0x9e641c41bb5b9b75cd812c57b9d4037fda4cec894dfffdf8869697fc7a1d2d2c>

<figure><img src="https://2710409920-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNyEMlVfYL7xZhAA9xrd7%2Fuploads%2FZjn0PszlYLUgM8cVskbb%2Fimage.png?alt=media&#x26;token=0eba29d2-45df-489c-ac7e-6e64d1900768" alt=""><figcaption></figcaption></figure>
