Solidity, the Smart Contract Programming Language
Go to file
2016-06-02 09:13:27 -04:00
docs Make address link look better 2016-06-02 09:13:27 -04:00
libevmasm Correctly use not/bnot/iszero. 2016-05-09 10:52:23 +02:00
liblll Suppress a warning in LLL parser on MSVC 2015 2016-05-13 15:38:23 +02:00
libsolidity Fixes for invalid cleanups for small types. 2016-05-20 16:52:40 +02:00
lllc wrap lllc add_executable 2016-05-01 00:43:03 +01:00
solc much better and simpler way of handling this 2016-05-13 13:51:41 -05:00
test Fixes for invalid cleanups for small types. 2016-05-20 16:52:40 +02:00
.gitignore Added docs/utils/__pycache__ to .gitignore when building docs with Python 3 2016-02-18 10:27:14 +01:00
.travis.yml Use travis to check documentation. 2016-05-18 21:59:41 +02:00
CMakeLists.txt Set version to 0.3.3. 2016-05-27 17:37:59 +02:00
LICENSE Initial commit 2015-08-17 14:27:26 +02:00
README.md Remove remark about not being able to deploy. 2016-05-20 17:34:32 +02: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.

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.