John Anisere
John Anisere

Reputation: 542

I need help writing a working ERC 721 contract

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

Answers (2)

xpepermint
xpepermint

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

John Anisere
John Anisere

Reputation: 542

I found the answer here helpful. There are a number of examples available.

E.g.:

Upvotes: 0

Related Questions