solidity/README.md

20 lines
1.5 KiB
Markdown
Raw Normal View History

2015-09-03 22:36:58 +00:00
# The Solidity Contract-Oriented Programming Language
2017-09-07 15:56:28 +00:00
[![Join the chat at https://gitter.im/ethereum/solidity](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ethereum/solidity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/ethereum/solidity.svg?branch=develop)](https://travis-ci.org/ethereum/solidity)
2015-08-21 11:16:40 +00:00
2016-08-11 20:42:24 +00:00
## Useful links
To get started you can find an introduction to the language in the [Solidity documentation](https://solidity.readthedocs.org). In the documentation, you can find [code examples](https://solidity.readthedocs.io/en/latest/solidity-by-example.html) as well as [a reference](https://solidity.readthedocs.io/en/latest/solidity-in-depth.html) of the syntax and details on how to write smart contracts.
2015-08-21 11:14:44 +00:00
You can start using [Solidity in your browser](https://ethereum.github.io/browser-solidity/) with no need to download or compile anything.
2015-08-21 11:14:44 +00:00
2016-08-11 20:42:24 +00:00
The changelog for this project can be found [here](https://github.com/ethereum/solidity/blob/develop/Changelog.md).
2015-08-21 12:03:53 +00:00
2016-08-11 20:42:24 +00:00
Solidity is still under development. So please do not hesitate and open an [issue in GitHub](https://github.com/ethereum/solidity/issues) if you encounter anything strange.
2015-08-21 11:14:44 +00:00
## Building
See the [Solidity documentation](https://solidity.readthedocs.io/en/latest/installing-solidity.html#building-from-source) for build instructions.
2015-08-21 11:14:44 +00:00
2015-08-21 12:26:21 +00:00
## How to Contribute
Please see our contribution guidelines in [the Solidity documentation](https://solidity.readthedocs.io/en/latest/contributing.html).
2016-08-11 20:42:24 +00:00
Any contributions are welcome!