Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 940 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 940 Bytes

MyCryptoCurrency


Site: https://kdcyberdude.github.io/MyCryptoCurrency/

alt text

How It Works

PROVISION TOKENS TO TOKEN SALE CONTRACT

SET A TOKEN PRICE IN WEI

ASSIGN AN ADMIN

BUY TOKENS

END SALE


How to rebuild this...

Install NodeJs
npm install truffle -g // install truffle framework
Install Ganache - https://github.com/trufflesuite/ganache/releases/download/v2.5.4/Ganache-2.5.4-win-x64.appx
Install Metamask Chrome Extension - https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en
cd /MyCryptoCurrency
npm install // install required packages
npm run dev // run server
Create MetaMask Account
Run Ganache Software
Connect to local server(ganache) from metamask - New RPC URL: http://127.0.0.1:7545, Chain ID: 1337
Now you are good to go!!