Solidity, the Smart Contract Programming Language
Go to file
Manidos fe45221952 Update contracts.rst
I've changed line 88, because **if (msg.sender == creator)** threw an exception in solidity browser compier.

Untitled:25:13: Error: Operator == not compatible with types address and contract TokenCreator
        if (msg.sender == creator)
            ^-------------------^
2016-07-27 13:27:56 +06:00
docs Update contracts.rst 2016-07-27 13:27:56 +06: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 #731 from Denton-L/move-token 2016-07-21 14:34:22 +02:00
lllc wrap lllc add_executable 2016-05-01 00:43:03 +01:00
solc Source location as part of AST. 2016-07-20 19:45:43 +02:00
test Source location as part of AST. 2016-07-20 19:45:43 +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 for tests, too. 2016-06-26 01:17:34 +02:00
CMakeLists.txt Style 2016-06-28 23:18:54 +02:00
fetch_umbrella_build_and_test.sh Test via ipc on travis. 2016-06-29 00:14:50 +02:00
install_dependencies.sh Test via ipc on travis. 2016-06-29 00:14:50 +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!