diff --git a/docs/blockchain-development-tutorials/evm/image-gallery.md b/docs/blockchain-development-tutorials/evm/image-gallery.md index 7901c889af..7bc2359b5a 100644 --- a/docs/blockchain-development-tutorials/evm/image-gallery.md +++ b/docs/blockchain-development-tutorials/evm/image-gallery.md @@ -3,27 +3,33 @@ title: Build a Fully-Onchain Image Gallery description: Learn how to store images up to approximately 32kb onchain, on Flow EVM, easily - free with the Flow wallet, or sub-cent with any other wallet. sidebar_position: 4 keywords: - - Flow - - EVM, - - Flow EVM, - - storage, - - Solidity, - - Next.js, - - React, - - onchain storage, - - base64, - - image gallery, - - smart contract, - - blockchain, - - gas efficiency, - - web3, - - dapp, - - tutorial, - - onchain app + - Flow + - EVM, + - Flow EVM, + - storage, + - Solidity, + - Next.js, + - React, + - onchain storage, + - base64, + - image gallery, + - smart contract, + - blockchain, + - gas efficiency, + - web3, + - dapp, + - tutorial, + - onchain app --- # Build a fully-onchain image gallery +:::warning + +This tutorial has not been updated for the new [limit of 16 million gas per transaction] in Fusaka. It will still work, but you will need to resize the images to a maximum of about 160\*160 pixels. + +::: + :::info The [FlowtoBooth] tutorial series teaches you how to build a **fun benchmark app** and provides inspiration for the greater scope of possibilities to build on Flow since gas is so much less expensive. @@ -1096,6 +1102,7 @@ Now that you've completed this tutorial, you're ready to explore more complex on +[limit of 16 million gas per transaction]: https://ethereum.org/roadmap/fusaka/#how-does-new-16m-gas-limit-affects-contract-developers [FlowtoBooth]: https://flowtobooth.vercel.app/ [Cadence]: https://cadence-lang.org/docs [Next.js]: https://nextjs.org/docs/app/getting-started/installation