Solidity, the Smart Contract Programming Language
Go to file
2017-11-09 05:17:28 +06:00
cmake
docs Update introduction-to-smart-contracts.rst 2017-11-09 05:17:28 +06:00
libdevcore
libevmasm
libjulia/backends/evm
liblll
libsolidity Merge pull request #3092 from rivenhk/b_2885 2017-10-23 10:54:52 +02:00
lllc
scripts
snap
solc Merge pull request #3101 from ethereum/compilerstack-header 2017-10-19 13:43:17 +02:00
std
test Add missing name resolver tests 2017-10-26 14:13:33 -03:00
.editorconfig
.gitignore
.travis.yml No bytecodecompare if tests failed (issue #2300) 2017-10-20 13:44:28 +03:00
appveyor.yml Fix folder changes 2017-10-23 23:08:07 +03:00
Changelog.md Merge pull request #3092 from rivenhk/b_2885 2017-10-23 10:54:52 +02:00
circle.yml
CMakeLists.txt Increment version to 0.4.19. 2017-10-18 15:43:37 +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 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!