Set Up an Integrated Development Environment (IDE)
Integrated Development Environment Setup for XION Smart Contract Development
Prerequisites
Install Visual Studio Code (VS Code)
sudo apt install ./<file>.deb # Replace <file> with the downloaded .deb filesudo rpm -i <file>.rpm # Replace <file> with the downloaded .rpm filesudo snap install --classic code
sudo ln -s /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/code /usr/local/bin/code
Configuring VS Code for Rust Development
Installing rust-analyzer

Installing CodeLLDB

Cosmy wasmy
PreviousSetting up your XION Smart Contract Development Environment on Windows (WSL2 + Ubuntu)NextInteracting with Xion Chain using Xion Daemon
Last updated
Was this helpful?