# NFT example

NFT's are all the rage these days, for various reasons.

I read over EIP-721 which appears to be the de-facto NFT standard on Ethereum. Then, made a sample implementation of EIP-721 (let's here called GRC-721). The implementation isn't complete, but it demonstrates the main functionality.

 - [EIP-721](https://eips.ethereum.org/EIPS/eip-721)
 - [gno.land/r/demo/nft/nft.gno](https://gno.land/r/demo/nft/nft.gno)
 - [zrealm_nft3.gno test](https://github.com/gnolang/gno/blob/master/examples/gno.land/r/demo/nft/z_3_filetest.gno)

In short, this demonstrates how to implement Ethereum contract interfaces in Gno.land; by using only standard Go language features.

Please leave a comment ([guide](https://gno.land/r/demo/boards:testboard/1)).

\- [@administrator](/r/users:administrator), [2023-08-18 11:44am (UTC)](/r/demo/boards:testboard/2) \[[reply](/r/demo/boards?help&__func=CreateReply&bid=1&threadid=2&postid=2&body.type=textarea)] \[[x](/r/demo/boards?help&__func=DeletePost&bid=1&threadid=2&postid=2)]