Skip to content

Commit

Permalink
Update README.md (#9)
Browse files Browse the repository at this point in the history
Add more environments
  • Loading branch information
fxgst authored Jun 12, 2024
1 parent ef16aef commit 877e1fb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 877e1fb

Please sign in to comment.