<
- Learners can start learning coding by using this tool. It works directly in the browser. Users can compile the written code by using this tool.
- This language is statically typed, supports inheritance, and libraries. Remix is a web browser based IDE that enables learners to write Solidity smart contracts, then extend and run the smart contracts.
Available Solidity Integrations
undefinedFollowing are some of the available solidity integrations
- Remix: Browser-based IDE with integrated compiler and runtime environment without server-side components.
- IntelliJ IDEA plugin: The plugin for IntelliJ IDEA
- Visual Studio Extension: The plugin for Microsoft Visual Studio that incorporates the compiler.
Following is the list of some useful learning resources such as tutorials, documentation etc.
- Ethereum Game Development: Build A Game On The Blockchain: This tutorial helps learners to work with Solidity & other tools. Learners can also learn how to build a game using Solidity.
- Learn Solidity: Programming Language for Smart Contracts: Learners can learn how to build blockchain based decentralized application DApps on Ethereum Network
- Become a Blockchain Developer with Ethereum and Solidity: Learners can develop their first decentralized application from scratch on the Ethereum blockchain.
- Introduction to Smart Contracts: Users can learn about how to develop smart contracts by following this documentation.
- bkrem/awesome-solidity: This Github repository has some amazing resources, libraries, tools and more.