https://github.com/sec-bit/solidity-safe-subset
https://github.com/sec-bit/solidity-safe-subset
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sec-bit/solidity-safe-subset
- Owner: sec-bit
- License: gpl-3.0
- Created: 2018-12-01T10:12:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T10:13:48.000Z (over 7 years ago)
- Last Synced: 2025-09-08T23:33:03.945Z (10 months ago)
- Language: C++
- Size: 17.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: docs/security-considerations.rst
Awesome Lists containing this project
README
# The Solidity Contract-Oriented Programming Language
[](https://gitter.im/ethereum/solidity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://travis-ci.org/ethereum/solidity)
## 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.
You can start using [Solidity in your browser](http://remix.ethereum.org) with no need to download or compile anything.
The changelog for this project can be found [here](https://github.com/ethereum/solidity/blob/develop/Changelog.md).
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.
## Building
See the [Solidity documentation](https://solidity.readthedocs.io/en/latest/installing-solidity.html#building-from-source) for build instructions.
## How to Contribute
Please see our [contribution guidelines](https://solidity.readthedocs.io/en/latest/contributing.html) in the Solidity documentation.
Any contributions are welcome!