Skip to content

Commit

Permalink
Add batched EVM transaction walkthrough (#983)
Browse files Browse the repository at this point in the history
* add batched evm txn walkthrough & update doc ordering

* complete batched EVM txn tutorial

* add supporting images

* update MaybeMintERC721 deployment address

* add screenshots for batched evm transaction walkthrough

* fix formatting

* update walkthrough verbiage

* Apply suggestions from code review

Co-authored-by: Brian Doyle <[email protected]>

* update doc to use reference links

* update flowscan warning

* format button callouts in walkthrough doc

* clarify point on conditional EVM execution

* expand on Cadence transactions used for batched EVM walkthrough

* fix typos

* update example transactions

* update embedded evm address query

* resize portrait screenshot images

* resize embeded script iframes

---------

Co-authored-by: Brian Doyle <[email protected]>
  • Loading branch information
sisyphusSmiling and briandoyle81 authored Nov 26, 2024
1 parent 37c46cb commit 0860f99
Show file tree
Hide file tree
Showing 12 changed files with 744 additions and 1 deletion.
737 changes: 737 additions & 0 deletions docs/evm/cadence/batched-evm-transactions.md

Large diffs are not rendered by default.

Binary file added docs/evm/cadence/cadence-embedded-evm-txns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/evm/cadence/evm-embed-flowscan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/evm/cadence/flowscan-connect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/evm/cadence/maybe-mint-in-metamask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/evm/cadence/vm-bridge.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Cross-VM Bridge
sidebar_label: Cross-VM Bridge
sidebar_position: 6
sidebar_position: 7
---

# Cross-VM Bridge
Expand Down
Binary file added docs/evm/cadence/wflow-approve.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/evm/cadence/wflow-deposit-confirm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/evm/cadence/wflow-deposit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/evm/cadence/wflow-in-metamask-tokens.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,10 @@
.markdown h1 {
--ifm-h1-font-size: 3rem;
margin-bottom: calc(var(--ifm-h1-vertical-rhythm-bottom)*var(--ifm-leading));
}

.portrait-screenshot-wrapper img {
width: 300px;
display: block;
margin: 0 auto;
}

0 comments on commit 0860f99

Please sign in to comment.