Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #9

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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