Demo project created using ethereum blockchain , Ganache, Truffle and web3
This project can be used to learn Blockchain tecchnology using ethereum. Will add more information on this page as I proceed. Below are the tool we will be using to work on this project
- Truffle
- Ganache
- Solidity
#Steps run this project
-
Go to EtheriumDemoproject folder and execute below command: npm install
-
Then Start ganache
-
When Ganache starts, go to terminal and go to EtheriumDemoproject folder and execute below command: truffle migrate --reset
-
Open another terminal, again go to EtheriumDemoproject fodler and execute below command:
npm run dev
- Your default browser shouuld open with index.html