Skip to content

Commit

Permalink
project explained
Browse files Browse the repository at this point in the history
  • Loading branch information
hnamzian committed Aug 6, 2018
1 parent 8a2461b commit d43386a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
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.

0 comments on commit d43386a

Please sign in to comment.