CPChandra Pratama Ramadhaninsipit.hashnode.dev·Mar 7, 2023 · 3 min readHow To Setup Soroban Dev Environment On WindowsAre you a Windows user looking to explore the capabilities of Soroban, the innovative smart contracts platform designed for scalability and ease-of-use? In this tutorial, we'll guide you through the steps to set up your Soroban developer environment ...00
CPChandra Pratama Ramadhaninsipit.hashnode.dev·Feb 28, 2023 · 3 min readWriting "Hello World" Soroban Smart Contract using AssemblyScript SDKHi! In my previous post, I already covered Soroban Python SDK, and now I'm going to post about Writing Hello World Soroban Smart Contract using Soroban AssemblyScript SDK. Preparation Before we get started, you'll need to have Node.js and npm install...00
CPChandra Pratama Ramadhaninsipit.hashnode.dev·Feb 26, 2023 · 3 min readDeploying and Invoking Soroban Smart Contract using Soroban Python SDKIn my previous post, I showed you how to set up the Soroban Python SDK on Windows. In this post, we'll use the SDK to deploy and invoke Soroban smart contracts on the Futurenet network. Preparation Before we begin, make sure you've downloaded the fol...00
CPChandra Pratama Ramadhaninsipit.hashnode.dev·Feb 26, 2023 · 2 min readSetup Soroban Python SDK on WindowsSoroban has a Python Software Development Kit (SDK) that allows developers to interact with the Soroban Network using the Python programming language. In this post, we will go over the steps to install Soroban Python SDK on Windows. 1. Install Python...00