We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf1cca commit 02cfc1eCopy full SHA for 02cfc1e
apps/portal/src/app/contracts/build/stylus/page.mdx
@@ -20,15 +20,14 @@ You can also use the Stylus quickstart guide for reference: https://docs.arbitru
20
To get started, setup a starter repo (can be skipped if you already have a Stylus project):
21
22
<Tabs defaultValue="forge">
23
-
24
-<TabsContent value="forge">
25
-```bash
26
-npx thirdweb create-stylus
27
-```
28
-</TabsContent>
+ <TabsContent value="forge">
+ ```bash
+ npx thirdweb create-stylus
+ ```
+ </TabsContent>
29
</Tabs>
30
31
-This will setup a project containing a template contract. _(More starter templates coming soon)_
+This will setup a project containing a template contract.
32
33
## Publishing and Deploying
34
0 commit comments