|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/wax-blockchain/
课程评论:没有评论
**课程名称:** 在 WAX 区块链上创建智能合约,包含 NFT 和 RNG **课程简介:** 本课程将指导您如何在 WAX 区块链上创建智能合约,并集成 NFT(非同质化代币)和 RNG(随机数生成器)。WAX (Worldwide Asset eXchange) 是一个专为游戏和虚拟世界中的虚拟物品交易而设计的区块链。它与 EOS 智能合约兼容,并提供免费账户和更低的交易费用。 **课程内容概览:** * **从本地测试网络到主网部署:** 您将学习如何将开发的应用(dApps)部署到本地测试网络,然后在 WAX 测试网络上进行交互,包括使用区块链 Oracle 获取随机数,以及使用 Simple Assets 合约创建 NFT。最终,您将学习如何将合约部署到 WAX 主网络。 * **使用 C++ 编写智能合约:** 课程将使用 C++ 语言编写智能合约,因为 C++ 是目前支持最广泛的 WebAssembly 编译语言。 * **编程基础要求:** 即使您不熟悉 C++,只要具备一定的编程基础,并且理解 JavaScript 或 C# 等语言,也能轻松跟上课程进度。讲师会一步步讲解智能合约的编写和阅读,并进行语言对比,消除您的学习顾虑。讲师也会积极回答学生的问题。 **课程亮点:** * **实操性强:** 从零开始,逐步掌握智能合约的开发和部署流程。 * **NFT 与 RNG 集成:** 学习如何在 WAX 区块链上创建和管理 NFT,并利用 RNG 实现公平的随机数生成。 * **跨语言对比:** 通过将 C++ 与 JavaScript、C# 等语言进行对比,帮助您更好地理解智能合约的逻辑。 * **讲师支持:** 专业的讲师将随时提供帮助和解答您的疑问。 **注意:** 本课程尚处于预发布阶段,每周都会有新的课程内容添加,预计总时长在 6 到 8 小时之间。
Note: This course is on PRE-RELEASE more classes are been added weekly until the full course is finished, I expect the full course to have something between 6 and 8 hours.What is WAX? WAX stands for Worldwide Asset eXchange and is a blockchain specifically made for trading virtual items such as rare and collectible items in video games and virtual worlds.WAX is fully compatible with EOS smart contracts and offers free blockchain accounts and cheaper fees. This course will provide you with an overview of how to deploy your EOS/WAX dApps to our local test network, them to the WAX Testnet where we will interact with other contracts such as a blockchain Oracle for Random number generator and the contact for Simple Assets to create NFTs and finally after that to the WAX mainnet.This course will use C++ to write the contract, contracts on the WAX network can be written in any language that compiles to WebAssembler, however, I decide to use C++ as it is the language with more support at the moment.Even the course has been in C++ if you have any understanding of programming you should be able to follow the course along without problems, I take the student step by step while writing and reading the contract, explaining every command and comparing it to other languages more common such as JavaScript or C# so don't be intimidated by it, also I'm always around helping students and answering questions.