This tutorial will help you setup development environment for enabling you to write your first smart contract on Oraichain , which is a blockchain bridging the gap between Artificial intelligence and blockchain thus offering a world of limitless possibilities . if you wanna deep dive into the intricacies of oraichain , I encourage you to read their whitepaper . So let’s begin.

<aside> 🗒️ For following along this tutorial I encourage you to working with linux , it would be really easy for you to install all dependencies in linux , if you are working on windows you can install Windows subsystem for linux (WSL) , which will basically enable you to run linux shell in your windows machine .

</aside>

Step 1 : Let’s install Rust 🦀

Step 2 : Add the wasm target

Step 3 : Install cargo-generate package 🔧

Step 5 : Run the test Commands and confirm the installation .

With this we have come to an end for this tutorial , you can read more about cosmwasm from this link , in future tutorials , we will learn how to write smart contracts and even build a dapp and ship it to oraichain , till then stay tuned , happy hacking !!