From 0a5098f129bb33bbf0573cd65f07c6df5dc3378f Mon Sep 17 00:00:00 2001 From: wufengtao1 <48203810+wufengtao1@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:45:04 +0800 Subject: [PATCH 1/2] Add IDEs: ChainIDE for Sui Add IDEs: ChainIDE for Sui --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6bb41f1..5376af6 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ The ability to separate blockchain-specific framework logic from the generic fun - [Move VS Code plugin](https://marketplace.visualstudio.com/items?itemName=move.move-analyzer) - Maintained by the Move core team ([source code](https://github.com/move-language/move/tree/main/language/move-analyzer)). - [Move IntelliJ plugin](https://plugins.jetbrains.com/plugin/14721-move-language) - Maintained by the Pontem team ([source code](https://github.com/pontem-network/intellij-move)). +- [ChainIDE for Sui](https://chainide.com/) - Sui Move Cloud-Powered Development Platform, maintained by the ChainIDE team. - [Move Playground](https://playground.pontem.network/) - Like [Remix](https://remix.ethereum.org/) for Move. Alpha version of a Web IDE. See [instructions](https://gist.github.com/borispovod/64b6d23741d8c1f4b0b958a3a74aa68d). Maintained by the Pontem team. - [Starcoin IDE](https://marketplace.visualstudio.com/items?itemName=starcoinorg.starcoin-ide) - Maintained by the Starcoin team ([source code](https://github.com/starcoinorg/starcoin-ide)). - [Move Vim](https://github.com/rvmelkonian/move.vim) - Maintained by [@rvmelkonian](https://github.com/rvmelkonian/). From 363cbd818aca0fd75af9f051cad87cd7765ca2cf Mon Sep 17 00:00:00 2001 From: wufengtao1 <48203810+wufengtao1@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:01:00 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5376af6..5616bb9 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ The ability to separate blockchain-specific framework logic from the generic fun - [Move VS Code plugin](https://marketplace.visualstudio.com/items?itemName=move.move-analyzer) - Maintained by the Move core team ([source code](https://github.com/move-language/move/tree/main/language/move-analyzer)). - [Move IntelliJ plugin](https://plugins.jetbrains.com/plugin/14721-move-language) - Maintained by the Pontem team ([source code](https://github.com/pontem-network/intellij-move)). -- [ChainIDE for Sui](https://chainide.com/) - Sui Move Cloud-Powered Development Platform, maintained by the ChainIDE team. +- [ChainIDE for Sui](https://chainide.com/) - Move Cloud-Powered Development Platform, maintained by the ChainIDE team. - [Move Playground](https://playground.pontem.network/) - Like [Remix](https://remix.ethereum.org/) for Move. Alpha version of a Web IDE. See [instructions](https://gist.github.com/borispovod/64b6d23741d8c1f4b0b958a3a74aa68d). Maintained by the Pontem team. - [Starcoin IDE](https://marketplace.visualstudio.com/items?itemName=starcoinorg.starcoin-ide) - Maintained by the Starcoin team ([source code](https://github.com/starcoinorg/starcoin-ide)). - [Move Vim](https://github.com/rvmelkonian/move.vim) - Maintained by [@rvmelkonian](https://github.com/rvmelkonian/).