Solidity, the Smart Contract Programming Language
Go to file
2016-06-18 05:05:38 +01:00
docs Added missing word in sentence 2016-06-18 05:05:38 +01:00
libevmasm Fix warning showing up in openSUSE build. 2016-06-07 12:28:21 -07:00
liblll Suppress a warning in LLL parser on MSVC 2015 2016-05-13 15:38:23 +02:00
libsolidity Merge pull request #640 from chriseth/globalPaths 2016-06-10 17:58:25 +02:00
lllc wrap lllc add_executable 2016-05-01 00:43:03 +01:00
solc Fix crash for input from stdin. 2016-06-15 01:35:36 +02:00
test Allow remappings to change depending on the context. 2016-06-08 18:16:46 +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 Version 0.3.5 2016-06-10 17:59:30 +02:00
LICENSE.txt Align license to those in file headers. 2016-06-08 22:57:30 +02:00
README.md Cleanup readme 2016-06-09 13:38:34 +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

This repository uses the same coding style as all of the cpp-ethereum projects. Please try to align with us in the gitter channel before making larger changes. Any contributions are welcome!