Reputation: 542
I have been unable to write a working ERC 721 contract.Can someone help me with a sample ERC 721 contract that works? I have been learning for about a week now and I haven't made much progress.
Upvotes: 1
Views: 419
Reputation: 36273
A complete reference implementation of the ERC-721 non-fungible token standard for the Ethereum blockchain is available at https://github.com/0xcert/ethereum-erc721.
Upvotes: 2
Reputation: 542
I found the answer here helpful. There are a number of examples available.
E.g.:
Upvotes: 0