From 877e1fbcaa7a7391e3e3eafd2db5d8a157ccbe05 Mon Sep 17 00:00:00 2001 From: Elias Datler <46360620+fxgst@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:25:47 +0200 Subject: [PATCH] Update README.md (#9) Add more environments --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 17f2c0e..6815bf4 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,12 @@ This repo contains Docker images that are used for setting up a remote, hybrid o ## Usage These container images can be used as a base for creating a dev container environment that targets ICP development. Take a look at the repositories below to see dev containers in action: -- [ICP Hello World Motoko](https://github.com/dfinity/icp-hello-world-motoko) -- [ICP Hello World Rust](https://github.com/dfinity/icp-hello-world-rust) -- [ICP Azle 201 from dacadeorg](https://github.com/dacadeorg/icp-azle-201) -- [ICP Message Board Contract from dacadeorg](https://github.com/dacadeorg/icp-message-board-contract) +- [Hello World Motoko with testing infrastructure](https://github.com/dfinity/icp-hello-world-motoko) +- [Hello World Rust with testing infrastructure](https://github.com/dfinity/icp-hello-world-rust) +- [Rust with React and Ethereum integration](https://github.com/fxgst/evm-rpc-rust) +- [Azle (JS/TS) with React](https://github.com/fxgst/azle-react) +- [Azle (JS/TS) Message Board Contract from dacadeorg](https://github.com/dacadeorg/icp-message-board-contract) +- [Azle (JS/TS) 201 from dacadeorg](https://github.com/dacadeorg/icp-azle-201) ### Packages and Releases On the right side, you will find new releases and the latest packages. @@ -18,7 +20,7 @@ You can download the Docker image for Rust/Motoko with docker pull ghcr.io/dfinity/icp-dev-env:latest ``` -or the one for [Azle](https://github.com/demergent-labs/azle) (TypeScript and JavaScript) with +or the one for [Azle](https://github.com/demergent-labs/azle) (JavaScript and TypeScript) with ```bash docker pull ghcr.io/dfinity/icp-dev-env-azle:latest