Skip to main content

Solidity support via Solang

Leverage the Hyperledger Solang compiler to compile Solidity contracts to Soroban.

caution

Solidity support via Solang for Stellar is experimental and evolving. Not all Solidity features are supported yet, and breaking changes may occur. We Don't recommend using Solang for production contracts at this time.

  • The easiest way to use Solang is via the Web IDE, but you can also build Solang from source or use prebuilt binaries.
  • For deployment and interaction, use the Stellar CLI and client SDKs after compiling your Wasm artifact.