-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
# ERC721Bounty | ||
|
||
This is code is developed for the bounty challenge of "Create a Smart Contract that Issues ERC 721 Tokens #6 | ||
" (https://github.com/BountyOneBounties/Issues/issues/6). | ||
|
||
The Smart Contract is created in order that issues ERC721 tokens to addresses whitelisted by the owner. | ||
|
||
The challenge rquired: | ||
|
||
- The tokens should not be transferable. | ||
|
||
- Each token can have a string attached as metadata that is publicly retrievable. | ||
|
||
- Burning functionality by only owner. |