How to install Solidity on your system
Table of contents
No headings in the article.
Solidity Installation
Solidity compiler can be installed using one of the following ways-
1) Using an open source in-browser IDE called as Remix -
You may access Remix online without installing anything. If you wish to utilize it offline, go to — https://github.com/ethereum/remix-live/tree/gh-pages and download the .zip file. There is No need to install several Solidity versions while using Remix.
2) Using NPM/Node.js -
Installing Solc-js, a Solidity compiler, is easy and portable using NPM. Solc-js gives Solidity compiler Javascript bindings.
The solc-js project uses the same compiler source code as the C++ solc project. Solc-js is directly usable in JavaScript (such as Remix).
For more content, follow me on - https://linktr.ee/shlokkumar2303