Since early April, I've discovered 2 new blockchains, Sui and Aptos. Both Sui and Aptos uses the Move language (Sui variant), and both of which uses a subset of the Rust language.

In order to start developing for Move, the best IDE to use is any variant of the IntelliJ IDEA IDE. There is a free version of the IntelliJ IDE, the IntelliJ Community that you can download. After that, you'll need to install Pontem Network's Move plugin.

Once that's settled, you'll be able to create and test Move projects in IntelliJ.

There are several places that document the Move language, and here's where you can find some of them:

  1. The Move Book
  2. The Move Programming Language
  3. Move: A language with programmable resources