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
Copy file name to clipboardExpand all lines: apps/portal/src/app/contracts/build/stylus/page.mdx
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -44,12 +44,11 @@ Use one of these commands to publish or deploy your Stylus contract.
44
44
OR
45
45
46
46
<TabsdefaultValue="forge">
47
-
48
-
<TabsContentvalue="forge">
49
-
```bash
50
-
npx thirdweb deploy-stylus -k <YOUR SECRET KEY>
51
-
```
52
-
</TabsContent>
47
+
<TabsContentvalue="forge">
48
+
```bash
49
+
npx thirdweb deploy-stylus -k <YOUR SECRET KEY>
50
+
```
51
+
</TabsContent>
53
52
</Tabs>
54
53
55
54
Publishing a contract saves the contract metadata to an onchain registry, and creates a contract page from where you can deploy a specific version of this contract multiple times.
0 commit comments