Build Decentralized Application using VueJS and Smart Contracts written in Solidity. Learn how to create simple smart contracts. Learn how to develop Decentralized Applications.
During the course you will learn:
- how to write basic smart contract
- how to test contracts in remix - the Ethereum smart contract online editor
- how to start a dapp project from scratch
- how to install tailwindcss and start using utility first classes
- how to config truffle
- how to deploy our contract
- how to run local blockchain using truffle
- how to use VueJS state management(vuex) for managing our dapp state
- how to write interactive frontends
- how to use web3js library to connect to our local blockchain