Solidity, the Smart Contract Programming Language
Go to file
2016-11-11 17:47:48 +01:00
cmake Merge pull request #1252 from ethereum/jsoncpp-from-source 2016-11-08 13:47:52 +01:00
deps@b3db890589 Update jsoncpp.cmake from cpp-dependencies repo 2016-11-08 14:28:59 +01:00
docs Add support for do/while loops 2016-11-10 07:07:25 -08:00
libdevcore Merge pull request #1252 from ethereum/jsoncpp-from-source 2016-11-08 13:47:52 +01:00
libevmasm Merge pull request #1333 from ethereum/compare_location_files 2016-11-09 10:49:30 +01:00
liblll Merge pull request #1252 from ethereum/jsoncpp-from-source 2016-11-08 13:47:52 +01:00
libsolidity ast: add EnumType::numberOfMembers() 2016-11-11 17:47:48 +01:00
lllc
scripts Fetch jsoncpp tarball during ppa release. 2016-11-08 16:41:25 +01:00
solc
std
test test: add a test for #621 2016-11-11 15:51:54 +01:00
.gitignore
.gitmodules
.travis.yml Drop CryptoPP leftovers 2016-11-08 01:16:31 +01:00
appveyor.yml
Changelog.md Changelog: add a point about #1293 2016-11-11 15:52:15 +01:00
CMakeLists.txt Merge pull request #1252 from ethereum/jsoncpp-from-source 2016-11-08 13:47:52 +01:00
CONTRIBUTING.md
LICENSE.txt
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!