Skip to content

Commit

Permalink
update chainfusion images
Browse files Browse the repository at this point in the history
  • Loading branch information
reigj1 authored and reigj1 committed Apr 12, 2024
1 parent 0a57c0f commit 2711144
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 26 deletions.
51 changes: 25 additions & 26 deletions src/pages/chainfusion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ function MultichainPage() {
and write to different chains, enabling developers to write smart contracts spanning different chains. This is chain fusion."
editPath={`https://github.com/dfinity/portal/edit/master/${__filename}`}
>
{/* <ShareMeta image="/img/shareImages/share-multichain.jpg"></ShareMeta> */}
<ShareMeta image="/img/multichain/hero3.webp"></ShareMeta>
<ShareMeta image="/img/shareImages/share-chainfusion.jpg"></ShareMeta>

<main
className="text-black relative "
Expand Down Expand Up @@ -199,7 +198,7 @@ function MultichainPage() {
<img
src="/img/multichain/hero3.webp"
alt=""
className="w-full h-full object-cover"
className="w-full h-full object-cover rounded-xl"
/>
</div>
</div>
Expand Down Expand Up @@ -240,34 +239,34 @@ function MultichainPage() {
Example Code
</h2>
<p className="tw-paragraph md:tw-lead-sm mb-3">
To showcase how powerful chain fusion is, here is a simple example that shows
three chains interacting in one smart contract: a{" "}
single{" "}
<b>
<i>ICP</i>
</b>{" "}
smart contract that can custody{" "}
<b>
<i>Bitcoin</i>
</b>{" "}
and programmatically trigger sending it based on events observed
on a{" "}
<b>
<i>Ethereum</i>
</b>{" "}
DeFi smart contract.
To showcase how powerful chain fusion is, here is a simple example
that shows three chains interacting in one smart contract: a{" "}
single{" "}
<b>
<i>ICP</i>
</b>{" "}
smart contract that can custody{" "}
<b>
<i>Bitcoin</i>
</b>{" "}
and programmatically trigger sending it based on events observed
on a{" "}
<b>
<i>Ethereum</i>
</b>{" "}
DeFi smart contract.
</p>



<p className="tw-paragraph md:tw-lead-sm mb-3">
This code snippet is written in the&nbsp;
<Link
rel="stylesheet"
This code snippet is written in the&nbsp;
<Link
rel="stylesheet"
href="/docs/current/tutorials/developer-journey/level-0/intro-languages/#motoko"
>
Motoko programming language
</Link> but is also possible for Rust, TypeScript, Python, and other languages.
Motoko programming language
</Link>{" "}
but is also possible for Rust, TypeScript, Python, and other
languages.
</p>
<p className="mb-0 mt-8">
<Link
Expand Down
Binary file modified static/img/multichain/hero3.webp
Binary file not shown.
Binary file modified static/img/nav/featured-use-cases.webp
Binary file not shown.
Binary file added static/img/shareImages/share-chainfusion.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/shareImages/share-multichain.jpg
Binary file not shown.

0 comments on commit 2711144

Please sign in to comment.