Set up your IDE
An overview of the Move programming language and the Umi Network blockchain.
VSCode
- VSCode is a free and open source IDE from Microsoft.
- Move Syntax a simple syntax highlighting extension for Move by Damir Shamanaev.
IntelliJ IDEA
- IntelliJ IDEA is a commercial IDE from JetBrains.
- Move Language Plugin provides a Move language extension for IntelliJ IDEA by Pontem Network.
Emacs
- Emacs is a free and open source text editor.
- move-mode is a Move mode for Emacs by Ashok Menon.
Github Codespaces
The Web-based IDE from Github can be run right in the browser and provides almost a full-featured VSCode experience.
- Github Codespaces
- Move Syntax is also available in the extensions marketplace.
Installation
Step-by-step guide to installing the Umi Network binary on macOS, Linux, and Windows.
Deploying Move Smart Contract
In this guide, we will walk through deploying a simple Move smart contract on Umi. We'll use a basic counter example, build the contract using Moved SDK, deploy it with Hardhat.