Solang Solidity Compiler ======================== .. image:: web3_foundation_grants_badge_black.svg :width: 640px :alt: Funded by the web3 foundation :align: center :target: https://github.com/w3f/Web3-collaboration/blob/master/grants/accepted_grant_applications.md#wave-4 Welcome to the Solang Solidity compiler, the portable Solidity compiler. Using Solang, you can compile smart contracts written in `Solidity `_ for `Substrate `_, `Ethereum ewasm `_, and `Hyperledger Burrow `_. It uses the `llvm `_ compiler framework to produce WebAssembly (wasm). As result, the output is highly optimized, which saves you in gas costs. Solang aims for source file compatibility with the Ethereum EVM Solidity compiler. Where differences exists, this is noted in the documentation. Many language features are not implemented yet. Anything which is documented is supported. The repository can be found on `github `_. .. toctree:: :maxdepth: 3 :caption: Contents: installing running language examples contributing