Solidity, the Smart Contract Programming Language
Go to file
Alex Beregszaszi edc0530452
Merge pull request #4323 from ethereum/compilerstack-cleanup
Reorder some of the flow in CompilerStack::compileContract for readability
2018-06-20 23:01:24 +02:00
cmake Fix cmake when custom CMAKE_INSTALL_LIBDIR is given 2018-06-06 14:29:48 +08:00
docs Clarify documentation about events (mostly topics). 2018-06-19 19:53:02 +02:00
libdevcore
libevmasm Add TruthyAnd Peephole optimization 2018-06-15 11:27:39 -03:00
libjulia Merge pull request #4234 from elopio/patch-4 2018-06-06 10:01:18 +02:00
liblll
libsolc
libsolidity CompilerStack absolutePath/sanitizePath can be made static 2018-06-20 17:04:22 +02:00
lllc Fix link error when using boost shared library 2018-05-11 11:20:19 +08:00
scripts Use correct python version for the upgrade_bugs_by_version script 2018-06-18 13:55:01 +02:00
snap
solc Rename JULIA/IULIA to Yul in assembly interface 2018-06-14 09:31:28 +01:00
test Merge pull request #4300 from nventuro/optimize-out-and 2018-06-20 11:38:37 +02:00
.editorconfig
.gitattributes
.gitignore
.travis.yml
appveyor.yml release only on vs2017 2018-05-04 21:33:20 +02:00
Changelog.md Merge pull request #4300 from nventuro/optimize-out-and 2018-06-20 11:38:37 +02:00
circle.yml Merge pull request #4073 from alibabe/fix-jsoncpp-install 2018-05-28 22:06:14 +02:00
CMakeLists.txt Set version to 0.4.25 - tentatively. 2018-05-16 17:54:07 +02:00
CODING_STYLE.md
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!