Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vapory-legacy/solidity
Solidity Contract-Oriented Programming Langauge for Vapory
https://github.com/vapory-legacy/solidity
compiler cryptocurrency smart-contracts solidity vap vapor vapory
Last synced: about 2 months ago
JSON representation
Solidity Contract-Oriented Programming Langauge for Vapory
- Host: GitHub
- URL: https://github.com/vapory-legacy/solidity
- Owner: vapory-legacy
- License: gpl-3.0
- Created: 2018-03-03T06:50:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T06:02:54.000Z (almost 4 years ago)
- Last Synced: 2023-03-07T20:15:32.168Z (almost 2 years ago)
- Topics: compiler, cryptocurrency, smart-contracts, solidity, vap, vapor, vapory
- Language: C++
- Homepage: https://solidity.vapory.co
- Size: 16.5 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: SECURITY.md
Awesome Lists containing this project
README
# The Solidity Contract-Oriented Programming Language
[![Join the chat at https://gitter.im/vapory/solidity](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vapory/solidity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/vapory/solidity.svg?branch=develop)](https://travis-ci.org/vapory/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](https://vapory.github.io/browser-solidity/) with no need to download or compile anything.
The changelog for this project can be found [here](https://github.com/vaporyco/solidity/blob/develop/Changelog.md).
Solidity is still under development. So please do not hesitate and open an [issue in GitHub](https://github.com/vaporyco/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 in [the Solidity documentation](https://solidity.readthedocs.io/en/latest/contributing.html).Any contributions are welcome!