From d43386a22defb81e7addb050690d3cc6d4bb8c8d Mon Sep 17 00:00:00 2001 From: hossein Date: Mon, 6 Aug 2018 16:44:39 +0430 Subject: [PATCH] project explained --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f30f11f..e129740 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file