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
- Host: GitHub
- URL: https://github.com/s-pro/erc721-token-example
- Owner: S-PRO
- Created: 2018-09-07T13:49:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T13:02:43.000Z (almost 8 years ago)
- Last Synced: 2025-10-20T10:47:52.424Z (8 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.