You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix the title
* Unbold the text under toggle list
* Update the content
* update content based on the comments
---------
Co-authored-by: isabellewei <[email protected]>
Copy file name to clipboardExpand all lines: src/content/docs/en/developers/guides/canvas-badge-integration.mdx
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ We are thrilled to have you join us in building unique badges on Scroll Canvas,
20
20
21
21
### Canvas
22
22
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))
24
24
25
25
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)).
26
26
@@ -40,8 +40,8 @@ Developers can design badges in two ways:
40
40
41
41
| Badge Structure | Description |
42
42
| --- | --- |
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 |
45
45
46
46
## Before you Start
47
47
@@ -60,7 +60,7 @@ For Canvas and badge questions, please join the [Scroll dev support channel](htt
60
60
61
61
### Visual Format Request:
62
62
63
-
-Maximum resolution: 480px x 480px
63
+
-Minimum resolution: 480px x 480px
64
64
- Optimal resolution: 600px x 600px
65
65
- File size: Under 300KB
66
66
@@ -153,6 +153,7 @@ Since **badges are permissionless**, Scroll Foundation may not troubleshoot indi
153
153
## Step 3 `Test`: Sanity Check
154
154
155
155
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
+
156
157
- If your badge minting transaction reverts, we recommend debugging using `cast`:
0 commit comments