Solidity, the Smart Contract Programming Language
Go to file
2016-09-17 11:29:54 +02:00
cmake Fix hex check. 2016-09-15 17:34:12 +02:00
deps@f2ede70f33
docs Merge pull request #1072 from ethereum/versioning 2016-09-15 15:13:09 +02:00
libdevcore Explicitly convert the assert condition using bool() 2016-09-09 19:11:15 +02:00
libevmasm
liblll
libsolidity Fix crash for TypeName[k]. 2016-09-15 18:16:34 +02:00
lllc
scripts Merge pull request #1097 from ethereum/forceeight 2016-09-17 11:28:26 +02:00
solc
std
test Test case. 2016-09-17 11:29:54 +02:00
.gitignore
.gitmodules
.travis.yml
appveyor.yml
Changelog.md Fix crash for TypeName[k]. 2016-09-15 18:16:34 +02:00
CMakeLists.txt
CONTRIBUTING.md
LICENSE.txt Align license to those in file headers. 2016-06-08 22:57:30 +02:00
README.md

The Solidity Contract-Oriented Programming Language

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

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!