Skip to content

Commit d29d1e8

Browse files
Isabellewei/canvas (#367)
* fix the title * Unbold the text under toggle list * Update the content * update content based on the comments --------- Co-authored-by: isabellewei <[email protected]>
1 parent a5ac8f3 commit d29d1e8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/content/docs/en/developers/guides/canvas-badge-integration.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We are thrilled to have you join us in building unique badges on Scroll Canvas,
2020

2121
### Canvas
2222

23-
Each Canvas is a `Profile` smart contract, minted by the users through the `ProfileRegistry` contract on Scroll. Canvas is not transferrable and is unique to each wallet.
23+
Each Canvas is a `Profile` smart contract, minted by the users through the `ProfileRegistry` contract on Scroll. Canvas is not transferrable and unique to each wallet. (You can check out Canvas contracts [here](https://github.com/scroll-tech/canvas-contracts))
2424

2525
Canvas is an open onchain profile database of user identities and achievements ([check out dashboard built by community on Dune](https://dune.com/soodoo/scroll-marks)).
2626

@@ -40,8 +40,8 @@ Developers can design badges in two ways:
4040

4141
| Badge Structure | Description |
4242
| --- | --- |
43-
| **`Singleton badges`** | static attestations based on a certain user action/attribute |
44-
| **`Leveled badges`** | dynamic attestations based on the progression of the users’ onchain |
43+
| **`Singleton badges`** | static attestations based on a certain user action/attribute. |
44+
| **`Leveled badges`** | dynamic attestations based on the progression of the users’ onchain activities |
4545

4646
## Before you Start
4747

@@ -60,7 +60,7 @@ For Canvas and badge questions, please join the [Scroll dev support channel](htt
6060

6161
### Visual Format Request:
6262

63-
- Maximum resolution: 480px x 480px
63+
- Minimum resolution: 480px x 480px
6464
- Optimal resolution: 600px x 600px
6565
- File size: Under 300KB
6666

@@ -153,6 +153,7 @@ Since **badges are permissionless**, Scroll Foundation may not troubleshoot indi
153153
## Step 3 `Test`: Sanity Check
154154

155155
1. Once your badge has been deployed on Scroll, you can auto-check some (but not all) of these requirements by running `yarn check-badge` ([link to check badge script](https://github.com/scroll-tech/canvas-contracts/blob/master/script/CheckBadge.s.sol)).
156+
156157
- If your badge minting transaction reverts, we recommend debugging using `cast`:
157158

158159
```bash

0 commit comments

Comments
 (0)