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: develop/smart-contracts/connect-to-kusama.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,13 +54,13 @@ Developers can leverage smart contracts on Kusama Hub for live production deploy
54
54
55
55
## Important Deployment Considerations
56
56
57
-
While the compatibility with regular EVM codebases is still being maximized, some recommendations:
57
+
While the compatibility with regular EVM codebases is still being maximized, some recommendations include:
58
58
59
-
-**Use Hardhat** to compile, deploy, and interact with your contract.
59
+
-**Leverage Hardhat** to compile, deploy, and interact with your contract.
60
60
-**Use MetaMask** to interact with your dApp (note that using MetaMask can sometimes lead to `Invalid transaction` errors - this is actively being worked on and will be fixed soon).
61
-
-**Avoid REMIX for deployment** - MetaMask enforces a 48kb size limit when using the [REMIX IDE](/develop/smart-contracts/dev-environments/remix){target=\_blank}, which is why [Hardhat Polkadot](/develop/smart-contracts/dev-environments/hardhat){target=\_blank} is recommended for deployment.
61
+
-**Avoid REMIX** for deployment as MetaMask enforces a 48kb size limit when using the [REMIX IDE](/develop/smart-contracts/dev-environments/remix){target=\_blank}, which is why [Hardhat Polkadot](/develop/smart-contracts/dev-environments/hardhat){target=\_blank} is recommended for deployment.
62
62
63
-
Kusama Hub is a live environment. Ensure your contracts are thoroughly tested before deployment, as transactions on Kusama Hub involve real KSM tokens and cannot be reversed.
63
+
Kusama Hub is a live environment. Ensure your contracts are thoroughly tested before deployment, as transactions on Kusama Hub involve real KSM tokens and **cannot be reversed**.
64
64
65
65
## Where to Go Next
66
66
@@ -76,11 +76,11 @@ For your next steps, explore the various smart contract guides demonstrating how
76
76
77
77
[:octicons-arrow-right-24: Build with HardHat](/develop/smart-contracts/dev-environments/hardhat/)
78
78
79
-
- <spanclass="badge guide">Guide</span> **Interact with the blockchain with viem**
79
+
- <spanclass="badge guide">Guide</span> **Interact with the blockchain using viem**
80
80
81
81
---
82
82
83
-
Use viem for interacting with Ethereum-compatible chains, to deploy and interact with smart contracts on Kusama Hub.
83
+
Use viem for interacting with Ethereum-compatible chains to deploy and interact with smart contracts on Kusama Hub.
84
84
85
85
[:octicons-arrow-right-24: Build with viem](/develop/smart-contracts/libraries/viem/)
0 commit comments