Solidity, the Smart Contract Programming Language
Go to file
2017-08-29 11:09:18 +01:00
cmake CMake: Better handle -fstack-protector flag support 2017-08-24 12:26:37 +02:00
deps@e5c8316db8
docs Merge pull request #2831 from ethereum/docs 2017-08-28 12:47:44 +01:00
libdevcore Move all file specific globals to anonymous namespace 2017-08-29 11:09:18 +01:00
libevmasm Move all file specific globals to anonymous namespace 2017-08-29 11:09:18 +01:00
libjulia/backends/evm
liblll
libsolidity Move all file specific globals to anonymous namespace 2017-08-29 11:09:18 +01:00
lllc Move all file specific globals to anonymous namespace 2017-08-29 11:09:18 +01:00
scripts Merge pull request #2765 from ethereum/emscripten 2017-08-25 17:38:23 +02:00
snap Add libz3-dev to the snap build-packages 2017-08-24 06:20:35 +00:00
solc Rename read file callback. 2017-08-23 17:37:35 +02:00
std
test Move all file specific globals to anonymous namespace 2017-08-29 11:09:18 +01:00
.editorconfig
.gitignore
.gitmodules
.travis.yml
appveyor.yml
Changelog.md Include all overloaded events in ABI 2017-08-28 20:07:43 +01:00
circle.yml
CMakeLists.txt Set version to 0.4.17 2017-08-24 22:41:41 +02:00
CONTRIBUTING.md
LICENSE.txt
README.md
ReleaseChecklist.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!