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
Deploy is a tool to deploy any contract to any EVM compatible chain through one simple command and an easy-to-use interface. Deploy reduces the complexities of deploying a contract by eliminating steps such as hardcoding private keys, managing RPC URLs, or running scripts to deploy your contracts.
15
+
Deployment tools allow you to deploy any contract to any EVM compatible chain through one simple command and an easy-to-use interface. Deploy reduces the complexities of deploying a contract by eliminating steps such as hardcoding private keys, managing RPC URLs, or running scripts to deploy your contracts.
16
16
17
17
Simply run the following command at the root of your contract directory:
18
18
@@ -31,24 +31,14 @@ npx thirdweb deploy
31
31
description="Contracts are automatically verified on Sourcify"
32
32
iconUrl="/icons/feature-cards/verified.svg"
33
33
/>
34
-
<FeatureCard
35
-
title="Deploy to any EVM"
36
-
description="Deploy to over 2,000+ available EVM chains"
37
-
iconUrl="/icons/feature-cards/evm.svg"
38
-
/>
39
34
<FeatureCard
40
35
title="Increased security"
41
36
description="Avoid exporting private keys with client-side deployment"
42
37
iconUrl="/icons/feature-cards/security.svg"
43
38
/>
44
-
<FeatureCard
45
-
title="Streamlined deployment"
46
-
description="Avoid writing scripts, setting up RPCs, copying ABIs, etc."
@@ -91,3 +111,9 @@ Contracts is an end-to-end development suite which provides tools to develop, de
91
111
/>
92
112
93
113
</ExpandableGrid>
114
+
115
+
## Supported Chains
116
+
Contracts is supported on every EVM compatible chain. To view the full list, visit [thirdweb chainlist](https://thirdweb.com/chainlist?service=contracts).
Insight is a powerful tool that lets you retrieve blockchain data from any EVM chain, enrich it with metadata, and transform it using custom logic. Whether you're building a gaming inventory system, tracking DeFi metrics, or analyzing NFT collections, Insight makes it easy to get the data you need with simple API calls.
18
+
Insight is a tool that lets you retrieve blockchain data from any EVM chain, enrich it with metadata, and transform it using custom logic.
description="Build an on-chain Telegram bot that fetches live blockchain data"
67
+
href="https://m.youtube.com/watch?v=HvqewXLVRig"
68
+
/>
69
+
70
+
</Grid>
25
71
26
-
## Get in touch
72
+
## Supported Chains
73
+
Insight is supported on select EVM compatible chains. To view the full list, visit [thirdweb chainlist](https://thirdweb.com/chainlist?service=insight).
27
74
28
-
For dedicated support and feature requests, [contact Sales](https://thirdweb.com/contact-us).
0 commit comments