|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/ethereum-and-solidity-build-dapp-with-vuejs/
课程评论:没有评论
**课程名称:** 以太坊与Solidity:使用Vue.js构建DApp **课程概述:** 本课程将带您从零开始,学习如何使用以太坊和Solidity编写智能合约,并通过Vue.js构建交互式去中心化应用(DApp)。您将掌握以下关键技能: * **智能合约开发:** 学习编写基础的Solidity智能合约。 * **合约测试:** 使用Remix(以太坊智能合约在线编辑器)进行合约测试。 * **DApp项目启动:** 从头开始创建DApp项目。 * **前端技术:** 安装和使用Tailwind CSS进行快速的UI开发。 * **开发框架:** 配置Truffle,一个流行的以太坊开发框架。 * **合约部署:** 学习如何将您的智能合约部署到以太坊网络。 * **本地开发环境:** 使用Truffle运行本地以太坊区块链。 * **状态管理:** 利用Vuex(Vue.js状态管理库)管理DApp的状态。 * **交互式前端:** 构建能够与智能合约进行交互的前端界面。 * **Web3.js集成:** 使用Web3.js库连接到您的本地区块链,实现DApp功能。 本课程旨在帮助您全面掌握DApp开发的端到端流程,从智能合约的编写到最终的用户界面实现。
During the course you will learn:how to write basic smart contracthow to test contracts in remix - the Ethereum smart contract online editorhow to start a dapp project from scratchhow to install tailwindcss and start using utility first classeshow to config trufflehow to deploy our contracthow to run local blockchain using trufflehow to use VueJS state management(vuex) for managing our dapp statehow to write interactive frontendshow to use web3js library to connect to our local blockchain