From d9b2e7c2d1dea3728aad3442b646541064a1e9c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Garamv=C3=B6lgyi?= Date: Fri, 16 Aug 2024 15:54:13 +0200 Subject: [PATCH] update --- docs/badges.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/badges.md b/docs/badges.md index 674edcd..fea719d 100644 --- a/docs/badges.md +++ b/docs/badges.md @@ -51,6 +51,11 @@ Your badge contract can provide a single URI for all badges, in which case all i Alternatively, you can also render a different image for different instances of your badge, see [`EthereumYearBadge`](../src/badge/examples/EthereumYearBadge.sol). You should also configure a default badge token URI, see [`ScrollBadgeDefaultURI`](../src/badge/extensions/ScrollBadgeDefaultURI.sol). +Design guidelines for badge images: +- Maximum resolution: 480px x 480px +- Optimal resolution: 600px x 600px +- File size: Under 300KB + ### Badge Types @@ -69,6 +74,7 @@ There are three main badge types of badges: This backend implements some off-chain eligibility check and exposes an eligibility check and claim API. If the user is authorized to mint, the backend issues a signed permit. The user then mints using this permit. + See [this document](https://scrollzkp.notion.site/Badge-APIs-95890d7ca14944e2a6d34835ceb6b914) for the API requirements. For backend-authorized badges, you need to deploy two contracts: the badge contract, and an [`AttesterProxy`](../src/AttesterProxy.sol). `AttesterProxy` allows executing delegated attestations in arbitrary order. @@ -120,12 +126,12 @@ There are three main badge types of badges:
  • - Your project is listed on [Scroll Ecosystem - Browse all protocols](https://scroll.io/ecosystem#protocols). + Your project is listed on [Scroll Ecosystem - Browse all protocols](https://scroll.io/ecosystem#protocols). (If not listed, apply [here](https://tally.so/r/waxLBW).)
  • - All URLs mentioned above are configured for cross-origin access on https://scroll.io. + All URLs mentioned above are configured for cross-origin access (CORS) on https://scroll.io.
  • @@ -159,7 +165,7 @@ There are three main badge types of badges: