Skip to content

Commit

Permalink
Merge pull request #2972 from dfinity/multichain-ckusd
Browse files Browse the repository at this point in the history
Multichain ckusd
  • Loading branch information
dprats authored May 24, 2024
2 parents ca326c5 + a230ef7 commit b3eec49
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions src/pages/chainfusion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -820,11 +820,21 @@ pub enum MultiGetLogsResult {
fully decentralized Web3 services can be created that
maintain the UX and heavy data storage and processing on the
Internet Computer, while relying on Ethereum DeFi where
financial rails are needed.
financial rails are needed. To make this integration easier, the{" "}
<Link
href="/blog/features/evm-rpc-canister-launch"
target="_blank"
rel="noopener noreferrer"
className="link-subtle"
>
EVM RPC canister
</Link>{" "}
is a service that lets you easily build integrations
between ICP canister smart contracts and Ethereum smart contracts.
</p>

<p className="flex gap-2 flex-wrap">
<Status type="pending">EVM RPC in beta testing</Status>
<Status type="done">EVM RPC canister done</Status>
</p>
</ContentCard>

Expand Down Expand Up @@ -970,7 +980,16 @@ pub enum MultiGetLogsResult {
and wait times. To address this, the ICP community uses
ckEth ("chain key Ethereum"), a trustless "Twins of
Ethereum" hosted on ICP such as “ether twin” called ckETH
and “twins'' of ERC20 tokens, such as ckUSDC, ckUSDT,
and “twins'' of ERC20 tokens, such as{" "}
<Link
href="https://dashboard.internetcomputer.org/ethereum/xevnm-gaaaa-aaaar-qafnq-cai"
target="_blank"
rel="noopener noreferrer"
className="link-subtle"
>
ckUSDC (a stablecoin),
</Link>
{" "} ckUSDT,
ckUNISWAP, ck1INCH, ckAAVE. These can be directly processed
by smart contracts hosted on ICP.
</p>
Expand All @@ -992,6 +1011,7 @@ pub enum MultiGetLogsResult {
</p>
<p className="flex gap-2 flex-wrap">
<Status type="done">ckETH done</Status>
<Status type="done">ckUSDC done</Status>
<Status type="pending">ckERC20 is in progress</Status>
</p>
</ContentCard>
Expand Down

0 comments on commit b3eec49

Please sign in to comment.