Sha-Coin[Helps to Creating & Sending Coins/Tokens for any Purpose like an Issuing Tickets in Cricket Matches/Cinema Hall/ Conferences etc.,] is a Basically Solidity Programming[SmartContract] for Creating Ethereum Dapp which includes ,Truffle FrameWork[Migrate/Delopy/Test in Private Blockchain] and Front-end(HTML+JS+CSS)
sudo apt-get update && sudo apt-get -y upgrade
sudo apt-get -y install curl git vim build-essential
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo npm install -g express
sudo npm install -g truffle
sudo npm install -g ethereumjs-testrpc
-
Open the terminal & clone the coin project in one directory & follow enter the following commands:
a.
truffle compile
//compiles solidity fileb.
truffle migrate
// migrating all files in Private Blockchain i.e TESTRPCNOTE: Before Migration run TESTRPC in another Terminal by using command testrpc
c.
npm run dev
//pick the url:localhost:8080 -
Paste URL in any Browser http://localhost:8080