> For the complete documentation index, see [llms.txt](https://realbits.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://realbits.gitbook.io/home/coding/mint-nft.md).

# Mint NFT

* Developer can write the code which can mint NFT from nft smart contract with web3 library such as wagmi.
* You can test the example code in the web front end.
  * <https://codesandbox.io/s/mint-nft-in-front-end-lxgvdp>
* You can test the example code in the web back end.
  * <https://codesandbox.io/p/sandbox/mint-nft-in-back-end-w7dsvn>
