From f63f15a82810c0f783730ee18bd8b1cbb0dfc297 Mon Sep 17 00:00:00 2001 From: Shogo Hyodo Date: Thu, 11 Jan 2024 17:31:48 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4518fe2..5b5535b 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,10 @@ This is an environment for developing Finschia CosmWasm contracts on [Gitpod](https://www.gitpod.io/). +This provides the following environment: + +- Install rustc, cargo, cargo-check, cargo-generate, and fnsad in advance +- Run Finschia localnet and the faucet server in advance +- Install rust-analyzer, cosmy-wasmy, and even-better-toml for vscode in advance + [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Finschia/cw-gitpod)