From a5ac8f385cef08a74d4bc809ccb3c1175f2b59e9 Mon Sep 17 00:00:00 2001 From: isabellewei Date: Thu, 3 Oct 2024 16:43:39 -0400 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Péter Garamvölgyi --- .../developers/guides/canvas-badge-integration.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/content/docs/en/developers/guides/canvas-badge-integration.mdx b/src/content/docs/en/developers/guides/canvas-badge-integration.mdx index 79088f233..df3b8aea1 100644 --- a/src/content/docs/en/developers/guides/canvas-badge-integration.mdx +++ b/src/content/docs/en/developers/guides/canvas-badge-integration.mdx @@ -26,7 +26,7 @@ Canvas is an open onchain profile database of user identities and achievements ( ### Badge -**Badges** are attestations of identities, achievements and traits verified through the [Ethereum Attestation Service](https://scroll.easscan.org/learn/scroll), issued **permissionlessly by different ecosystem projects**. Badges are wallet-bound and non-transferable. **Badges facilitate interactions between ecosystem projects and users**. +**Badges** are attestations of identities, achievements and traits issued through the [Ethereum Attestation Service](https://scroll.easscan.org/learn/scroll) **permissionlessly by different ecosystem projects**. Badges are wallet-bound and non-transferable. **Badges facilitate interactions between ecosystem projects and users**. Developers can issue badges in three methods: @@ -34,7 +34,7 @@ Developers can issue badges in three methods: | --- | --- | --- | | `Permissionless` | Badge checks eligibility based on smart contract. | Badges attest to the completion of an on-chain transaction or holding of an NFT. | | `Backend-authorized` | Badge checks eligibility based on the issuer’s API. | Badges attest to the completion of off-chain actions or a certain allow list. | -| `Gifted` | Badges checks eligibility based on the issuer’s API and **automatically** sends the badges to users’ canvas. There is no minting required for users to display the badge. | Badges attest to the ownership or paid membership on other platforms / chains. | +| `Gifted` | Badge checks eligibility based on the issuer’s API and **automatically** sends the badges to users’ canvas. There is no minting required for users to display the badge. | Badges attest to the ownership or paid membership on other platforms / chains. | Developers can design badges in two ways: @@ -47,8 +47,8 @@ Developers can design badges in two ways: Badge issuance and deployment of the contract is fully permissionless. Please follow the steps below to issue a Badge for your project. -