Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 24 additions & 17 deletions docs/blockchain-development-tutorials/evm/image-gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -1096,6 +1102,7 @@ Now that you've completed this tutorial, you're ready to explore more complex on

<!-- Relative links, will not render on page -->

[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
Expand Down