From 64f2b0adccc9b7fd34975b39e8e98108953b66b5 Mon Sep 17 00:00:00 2001 From: alisyakainth <56568411+alisyakainth@users.noreply.github.com> Date: Mon, 30 Dec 2019 14:55:13 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2b5ec2..8e4f340 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# ERC721 \ No newline at end of file +# Creating ERC721 Tokens +All the code for this project can be found here including contracts, migrations, tests, etc. You will be able to create and deploy your own ERC721 tokens to the Ethereum blockchain with these scripts.