Solidity, the Smart Contract Programming Language
Go to file
2016-01-12 19:01:35 +01:00
docs Merge pull request #345 from VoR0220/develop 2016-01-12 19:01:35 +01:00
libsolidity clarification on dynamic arrays, switcheroo on typepointer, and a documentation test added 2016-01-11 23:41:20 -06:00
solc Merge pull request #290 from chriseth/fix_gas_iterator 2015-12-10 15:47:35 +01:00
test clarification on dynamic arrays, switcheroo on typepointer, and a documentation test added 2016-01-11 23:41:20 -06:00
.gitignore client refactor 2015-08-27 14:28:31 +02:00
CMakeLists.txt Increment version to 0.2.0 (includes breaking changes). 2015-12-01 16:06:14 +01:00
LICENSE Initial commit 2015-08-17 14:27:26 +02:00
README.md Update README.md 2015-12-07 23:40:12 +01:00

The Solidity Contract-Oriented Programming Language

Join the chat at https://gitter.im/ethereum/solidity

To get started you can find a basic introduction to the language in the Solidity Documentation.

You can start using Solidity in your browser with no need to download or compile anything. This application only supports compilation - if you want to inject it into the blockchain, you have to use a client like Geth or AlethZero.

Also check out more documentations for Solidity ABI and a crowdfunding example contract written in Solidity.

Changelog

The Solidity Features page contains a list of already completed Solidity feature stories with explanations and demonstrations, it is being updated continuously. More technical information you can find in the Pivotal Tracker.

Solidity is still under development. So please do not hesitate and open an issue in github if you encounter anything strange.

Building

See the Wiki for build instructions, compatibility information and build tips.

How to Contribute

External Contributors

I hereby place all my contributions in this codebase under an MIT licence, as specified here.

  • Name Surname (email@domain)

Contribution guideline

Please add yourself in the @author doxygen section of the file your are adding/editing with the same wording as the one you listed yourself in the external contributors section above, only replacing the word contribution by file

Please read CodingStandards.txt thoroughly before making alterations to the code base. Please do NOT use an editor that automatically reformats whitespace away from astylerc or the formatting guidelines as described in CodingStandards.txt.