https://github.com/onflow/batched-evm-exec-example
A demonstration of batched & conditional EVM execution using Cadence
https://github.com/onflow/batched-evm-exec-example
Last synced: 4 months ago
JSON representation
A demonstration of batched & conditional EVM execution using Cadence
- Host: GitHub
- URL: https://github.com/onflow/batched-evm-exec-example
- Owner: onflow
- License: unlicense
- Created: 2024-10-29T23:26:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T19:42:39.000Z (6 months ago)
- Last Synced: 2025-01-03T20:30:27.334Z (6 months ago)
- Language: Cadence
- Size: 574 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Batched Cadence EVM Execution Example
> This repo contains an example of transaction batching EVM execution on Flow using Cadence.
## Deployments
The relevant contracts can be found at the following addresses on Flow Testnet:
|Contract|Address|
|---|---|
|`MaybeMintERC72`|[`0x2E2Ed0Cfd3AD2f1d34481277b3204d807Ca2F8c2`](https://evm-testnet.flowscan.io/address/0xdbc43ba45381e02825b14322cddd15ec4b3164e6?tab=contract_code)|
|`WFLOW`|[`0xd3bF53DAC106A0290B0483EcBC89d40FcC961f3e`](https://evm-testnet.flowscan.io/token/0xd3bF53DAC106A0290B0483EcBC89d40FcC961f3e?tab=contract_code)|## Walkthrough
For a walkthrough through the contents of this repo, check out the [full guide] in Flow's developer docs.
[full guide]: https://developers.flow.com/evm/cadence/batched-evm-transactions