SOROS Chain
TelegramWebsite
  • Getting Started
    • ๐Ÿ†About Soros Chain
      • ๐Ÿ“œWhitepaper
    • ๐Ÿ—บ๏ธRoadmap
    • ๐Ÿ“ƒFeatures
    • ๐Ÿ“ถConnect to Testnet
      • Testnet Explorer
    • ๐Ÿ‘€FAQs
  • About SOR Token
    • โ›ฝAbout SOR Token
    • ๐Ÿช™SOR ERC-20 (ETH)
      • Tokenomics
        • Security Audit
      • Token Distribution
        • Seed Investors
        • Public Sale (IDO)
        • Liquidity Funds
        • CEX Launchpool
        • Staking/Farming Rewards
        • Developers Incentive Program
        • MMORPG Influencer Incentive Program
        • Traditional Marketing
        • Web3 Marketing
        • Community Building Activities
        • IRL Events & Conferences
        • Team & Founders
        • Payroll Bonuses & Incentives
        • Partners & Advisors
        • Treasury
      • Token Vesting Schedule
    • ๐Ÿ“ˆDEX, Listings & Partners
  • ECOSYSTEM & TOOLS
    • โ›๏ธStake & Earn SOR
    • ๐Ÿ”๏ธSorosVerse
    • ๐Ÿ–ผ๏ธNFTs
    • ๐Ÿง IO Knowledge
      • Skynet
      • Remix | Smart Contracts
        • Navigating Remix
        • Using Remix Safely
        • Tutorials in Remix
        • FAQ
      • NFTs2Me
      • NFTs Collections
      • VegaSwap
      • URL Validator
    • ๐Ÿ’ปSkyOS
    • ๐Ÿ‘จโ€๐Ÿš€Ambassador
      • Zealy Campaign
    • ๐ŸšฐFaucet
    • ๐Ÿ—บ๏ธTestnet Explorer
    • ๐Ÿ‘• Merch
    • ๐Ÿ“”Mediakit
  • Legal & Compliance
    • Terms of Use
    • Privacy Policy
Powered by GitBook
On this page
  • Learneth is a tutorial platform integrated into Remix.
  • Opening Learneth & associated links๏ƒ
  • Learneth Tutorials๏ƒ
  • Learneth & Tutorial Repos๏ƒ
  1. ECOSYSTEM & TOOLS
  2. ๐Ÿง IO Knowledge
  3. Remix | Smart Contracts

Tutorials in Remix

PreviousUsing Remix SafelyNextFAQ

Last updated 1 year ago

Learneth is a tutorial platform integrated into Remix.

Tutorials can contain quizzes for testing studentsโ€™ work. These quizzes are run by Solidity Unit Tests.

We have a growing set of tutorials on our repo- but anyone can build tutorials on their own repos and have their students load them up!

The tutorials contain .md files for instructions and can also contain example files, Solidity Unit Test files for quizzes, as well as answer files for quizzes.

Opening Learneth & associated links๏ƒ

Learneth is a plugin - so to access it, you need to activate the Learneth plugin in the Plugin Manager. Alternatively - this link will active it: click this link.

https://remix.ethereum.org/?#activate=udapp,solidity,LearnEth

This link will activate Learneth and then will open a specific tutorial - in this case it will load the proxy contract tutorial:

https://remix.ethereum.org/?#activate=udapp,solidity,LearnEth&call=LearnEth//startTutorial//ethereum/remix-workshops//master//proxycontract

NOTE: For other tricks about Remix URLs with parameters, go here: locations.

Learneth Tutorials๏ƒ

Here is the current list of Learneth Tutorials

Beginner

Remix Basics
Intro to Solidity

Intermediate

Basic Use of web3.js
The Recorder

Advanced

All About Proxy Contracts
Deploy with Libraries
Opcodes in the Debugger

Learneth & Tutorial Repos๏ƒ

The code for the Learneth plugin is located here: https://github.com/bunsenstraat/remix-learneth-plugin/blob/master/docs/index.rst

Documentation for creating your own tutorials is located here: https://remix-learneth-plugin.readthedocs.io/en/latest/index.html

Remix maintains and curates this repo of Learneth tutorials: https://github.com/ethereum/remix-workshops