-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add batched EVM transaction walkthrough #983
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
### Approve ERC721 Transfer | ||
|
||
Our example `MaybeMintERC721` contract accepts WFLOW in exchange for minting an NFT. However, the contract cannot move |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great description of what wrapped Flow is, but why would we need it here instead of just regular, unwrapped Flow?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's fine if it's just to demonstrate the complex chain of transactions, but I'd be explicit as to why.
Co-authored-by: Brian Doyle <[email protected]>
bb9273b
to
0d4649c
Compare
Related: onflow/batched-evm-exec-example#7
Description