Skip to content

Commit

Permalink
Merge pull request #3487 from dfinity/jessiemongeon1-patch-2
Browse files Browse the repository at this point in the history
update: links to Azle and Kybra docs
  • Loading branch information
jessiemongeon1 authored Sep 17, 2024
2 parents 32be34e + dedd544 commit 79f3b13
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions docs/developer-docs/getting-started/install/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,7 @@ fn hello() -> String {

### TypeScript / JavaScript

By default, the TypeScript and JavaScript CDK, known as Azle, is installed with `dfx`.
To install it manually, you can follow
[these steps](https://demergent-labs.github.io/azle/get_started.html).
The TypeScript and JavaScript CDK, known as Azle, is supported by `dfx`. Learn more about how to [install and use Azle](/docs/current/developer-docs/backend/typescript/).

:::caution

Expand All @@ -264,9 +262,7 @@ Azle is currently in beta and should be used with caution.

### Python

The Python CDK, known as Kybra, is installed with `dfx`. To install it manually,
you can follow [these steps](https://demergent-labs.github.io/kybra/installation.html).

The Python CDK, known as Kybra, is supported by `dfx`. Learn more about how to [install and use Kybra](/docs/current/developer-docs/backend/python/).

:::caution

Expand All @@ -280,16 +276,15 @@ Solidity smart contracts can be created using the Bitfinity EVM. To use the
Bitfinity EVM, you can make calls to the
[Bitfinity mainnet or testnet](https://docs.bitfinity.network/getting-started/network-endpoints).

[Learn more about how to use the Bitfinity EVM](https://docs.bitfinity.network/ic-agent/overview)
Learn more about how to use the [Bitfinity EVM](https://docs.bitfinity.network/ic-agent/overview).

:::caution
Bitfinity EVM is currently in beta and should be used with caution.
:::

### C++

C++ is supported through the ICPP-pro CDK. To install it, follow the instructions
[here](https://docs.icpp.world/installation.html)
C++ is supported through the [ICPP-pro CDK](https://docs.icpp.world/installation.html).

## Next steps

Expand Down

0 comments on commit 79f3b13

Please sign in to comment.