SoLang

  • Solang | Writing Solidity Contracts For Stellar

    Solang | Writing Solidity Contracts For Stellar

    Solidity developers now have a new doorway into the Stellar universe. The Solang compiler suite offers Solidity across the border into Soroban’s Wasm-powered smart-contract landscape. This tutorial distills everything you need to know right now: what Solang supports, how it differs from traditional EVM Solidity, and how you can write, compile, and deploy your first…

  • Solana SoLang Tutorial | How To Deploy Solidity On Solana

    Solana SoLang Tutorial | How To Deploy Solidity On Solana

    In this SoLang tutorial I’ll show you how to deploy Solidity code on Solana. We will start by setting up a dev environment before looking at some of the nuances in writing SoLang contracts. I’ll end on a few security considerations and a comparison to developing on Solana with SoLang vs Rust. Setting Up A…