Remix 教程
Learnneth 是一个整合到Remix的教程平台。
教程可以包含测试学生学习成果的测验。这些测验由Solidity单元测试运行。
我们的仓库中有越来越多的教程,但任何人都可以在自己的仓库上构建教程,并让他们的学生加载它们!
这些教程包含指导说明的 .md 文件,还可以包含示例文件、Solidity 单元测试文件以及测验答案文件。
打开Learneth 和 相关链接
Learneth是一个插件 - 因此要访问它,您需要在插件管理器中激活Learneth插件。或者 - 您可以点击此链接来激活它:
https://remix.ethereum.org/?#activate=udapp,solidity,LearnEth
这个链接将激活Learneth,然后打开一个特定的教程 - 在这种情况下,它将加载 代理合约 教程:
https://remix.ethereum.org/?#activate=udapp,solidity,LearnEth&call=LearnEth//startTutorial//ethereum/remix-workshops//master//proxycontract
注意: 有关使用带参数的Remix URL的其他技巧,请转到locations页面。
Learneth教程
以下是当前的Learneth教程列表
初级
Remix Basics
Intro to Solidity
中级
Basic Use of web3.js
The Recorder
高级
All About Proxy Contracts
Deploy with Libraries
Opcodes in the Debugger
Learneth & 教程库
Learneth插件的代码:https://github.com/bunsenstraat/remix-learneth-plugin/blob/master/docs/index.rst
创建自己的教程的文档:https://remix-learneth-plugin.readthedocs.io/en/latest/index.html
Remix维护和策划了Learneth教程库:https://github.com/ethereum/remix-workshops