Solidity, the Smart Contract Programming Language
Go to file
2018-03-05 23:16:26 +01:00
cmake
docs Use msg.value and gasleft() as an example in the docs. 2018-03-05 16:59:33 +01:00
libdevcore
libevmasm
libjulia
liblll
libsolc
libsolidity Use StaticAnalyzer to deprecate msg.gas instead of conditionally removing it in MagicType. 2018-03-05 23:16:26 +01:00
lllc
scripts
snap
solc Stop allow_guessing for command line option parser 2018-02-28 09:31:24 +08:00
std
test Use StaticAnalyzer to deprecate msg.gas instead of conditionally removing it in MagicType. 2018-03-05 23:16:26 +01:00
.editorconfig
.gitattributes
.gitignore
.travis.yml
appveyor.yml
Changelog.md Merge pull request #3628 from ethereum/literalsHexUnit 2018-03-02 11:11:16 +01:00
circle.yml
CMakeLists.txt
CONTRIBUTING.md
LICENSE.txt
README.md
ReleaseChecklist.md

The Solidity Contract-Oriented Programming Language

Join the chat at https://gitter.im/ethereum/solidity Build Status

To get started you can find an introduction to the language in the Solidity documentation. In the documentation, you can find code examples as well as a reference of the syntax and details on how to write smart contracts.

You can start using Solidity in your browser with no need to download or compile anything.

The changelog for this project can be found here.

Solidity is still under development. So please do not hesitate and open an issue in GitHub if you encounter anything strange.

Building

See the Solidity documentation for build instructions.

How to Contribute

Please see our contribution guidelines in the Solidity documentation.

Any contributions are welcome!