An open API service indexing awesome lists of open source software.

https://github.com/s-pro/erc721-token-example

Simple ERC721 token usage example
https://github.com/s-pro/erc721-token-example

Last synced: 4 months ago
JSON representation

Simple ERC721 token usage example

Awesome Lists containing this project

README

          

# erc721-token-example
This is an implementation of [ERC-721](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md) token. Purpose of this implementation is to demonstrate code style and Solidity knowledge. This demo contains errors and is not suitable for usage and deployment.

## Description
Base ERC721 token implementation, where each token represents a coupon. Every user can create a coupon, give it a face value, gift it or sell with an additional fee.
ERC20 token is a reputation token that costs 0.1 Ether and can increase others reputation by transfering.