From 797b88a1d7c95087c63fc0126e33a48a80858d46 Mon Sep 17 00:00:00 2001 From: Mahdi H Mohamed Date: Fri, 7 Dec 2018 04:30:30 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 84d49ba..654c356 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ The complete Token sale contract is implemented in the file [mahdi.token/contrac Client side is is implemented in the file [mahdi.token/src/app.js] (https://github.com/mvhdi/MahdiToken/blob/master/src/js/app.js), which uses web3.js to allow you to buy tokens using metamask. +Site +------------------------------ +In the next release I'll host the ICO website on github pages (https://github.com/mahditoken/MahdiToken), and set it up so you can buy MahdiTokens using MetaMask's Rinkeby Test network. You'll be able to see the transactions on the Ethereum blockchain using the site https://etherscan.io/. Once this is up and running you will not need to run MahdiToken on your local machine. + Running MahdiToken on your local machine ------------------------------