Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 1.25 KB

README.md

File metadata and controls

11 lines (6 loc) · 1.25 KB

The NFT Standard on Casper (CEP-47)

CEP-47 is the NFT standard for the Casper blockchain, defining a minimum interface contract code should implement to manage, own, and trade unique tokens on the Casper Network.

The Casper NFT standard takes full advantage of unforgeable references to store values and manage permissions to them. It also takes advantage of other access control features (such as groups). We recommend exploring the main functions of the contract to understand the standard further.

The equivalent NFT standard on Ethereum is ERC-721.

For more information on contract implementation and sending the contract to the network, visit the CEP-47 Basic Tutorial, an illustrated guide on implementing, deploying, and testing a sample Casper NFT contract.

Visit the Contract Interaction and Events Tutorial to get more details about emitting and monitoring contract events.