Solidity, the Smart Contract Programming Language
Go to file
2017-08-11 22:45:25 +01:00
cmake
deps@e5c8316db8
docs Merge pull request #2486 from jamesray1/patch-22 2017-08-11 18:26:46 +02:00
libdevcore Introduce IndentedWriter 2017-08-10 22:47:09 +01:00
libevmasm Introduce fine-grained optimiser settings in libevmasm 2017-07-27 12:40:28 +01:00
libjulia/backends/evm
liblll Merge pull request #2573 from benjaminion/lll-error-report-symbol 2017-07-20 11:02:31 +01:00
libsolidity Use a secondary location for function override errors 2017-08-11 22:45:25 +01:00
lllc
scripts
snap update the snap metadata to allow stable releases 2017-07-26 10:17:58 -06:00
solc Remove some global symbols 2017-08-09 12:44:53 +01:00
std
test Improve and add missing tests 2017-08-11 22:45:25 +01:00
.editorconfig
.gitignore
.gitmodules
.travis.yml
appveyor.yml
Changelog.md Improve override changes signature error message 2017-08-11 22:45:25 +01:00
CMakeLists.txt Set version to 0.4.16. 2017-08-09 11:40:46 +02:00
CONTRIBUTING.md
LICENSE.txt
README.md
ReleaseChecklist.md Mention homebrew in release checklist 2017-07-24 11:41:43 +02:00

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!