diff --git a/public/artela-evm-rollkit/artela-evm-rollkit.png b/public/artela-evm-rollkit/artela-evm-rollkit.png new file mode 100644 index 000000000..5e4936423 Binary files /dev/null and b/public/artela-evm-rollkit/artela-evm-rollkit.png differ diff --git a/public/evmpp/evmpp.png b/public/evmpp/evmpp.png deleted file mode 100644 index e5ff78dfe..000000000 Binary files a/public/evmpp/evmpp.png and /dev/null differ diff --git a/tutorials/artela-evm-plus-plus.md b/tutorials/artela-evm-plus-plus.md index 1a9f8dc5f..8e181e56e 100644 --- a/tutorials/artela-evm-plus-plus.md +++ b/tutorials/artela-evm-plus-plus.md @@ -6,7 +6,7 @@ import constants from '../.vitepress/constants/constants.js' This guide will assist you to quickly set up a rollup node with [Artela EVM++](https://docs.artela.network/main/Artela-Blockchain/EVM++) execution layer using Rollkit and local-DA. -![evmpp](/evmpp/evmpp.png) +![artela-evm-rollkit](/artela-evm-rollkit/artela-evm-rollkit.png) EVM++ is a modular dual-VM execution layer that supports the dynamic creation of native extension modules for blockchain at runtime. It enables developers to leverage WasmVM to build native extensions that co-process with EVM, offering enhanced customization capabilities. More than just a dual-VM setup, these native extensions facilitate blockchain-level customization. They allow for the integration of custom logic throughout the transaction lifecycle, providing access to an expanded runtime context. diff --git a/tutorials/beaconkit.md b/tutorials/beaconkit.md index 45a363158..d8cbc1eab 100644 --- a/tutorials/beaconkit.md +++ b/tutorials/beaconkit.md @@ -5,7 +5,7 @@ import constants from '../.vitepress/constants/constants.js' -![beaconkit](https://camo.githubusercontent.com/8aaae79e171969a2a9c950582d512cd1e3746e67d3aea6410afc04e9b6cb8055/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f6475763067343032792f696d6167652f75706c6f61642f76313731383033343331322f426561636f6e4b697442616e6e65722e706e67) +![beaconkit](https://camo.githubusercontent.com/b4a9b2b1d1536bb3dbbc32a5f3885b02dd1da8cdf9e34a160830d00ebee9120f/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f6475763067343032792f696d6167652f75706c6f61642f76313731383033343331322f426561636f6e4b697442616e6e65722e706e67) ## Introduction