| 123456789101112131415161718192021 |
- Solang Solidity Examples
- ========================
- Here are two examples of Solidity contracts.
- Flipper
- -------
- This is the `ink! flipper example <https://substrate.dev/substrate-contracts-workshop/#/0/creating-an-ink-project>`_
- written in Solidity:
- .. include:: ../examples/flipper.sol
- :code: javascript
- Full Example
- ------------
- This example exists to show the language features that Solang supports.
- .. include:: ../examples/full_example.sol
- :code: javascript
|