5312 Forks
20429 Stars
20429 Watchers

solidity

Solidity, the Smart Contract Programming Language

How to download and setup solidity

Open terminal and run command
git clone https://github.com/ethereum/solidity.git
git clone is used to create a copy or clone of solidity repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with solidity https://github.com/ethereum/solidity/archive/master.zip

Or simply clone solidity with SSH
[email protected]:ethereum/solidity.git

If you have some problems with solidity

You may open issue on solidity support forum (system) here: https://github.com/ethereum/solidity/issues