It takes too long to deploy a contract #484
-
Hey guys Im going over hardhat chapters(6,7) and having a hard time waiting for contract to deploy. Deploying speed of Patrick in the video is 2 When i use rinkeby or other testnets, it took 800s or more. Does the deploying speed relate to computation power of laptop or is there other ways to minimize the time? thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@SeungKyuRyoo Ya, deploying to testnets takes some time, it is not because of your computational power, but for the time it takes to mine the transaction by nodes. |
Beta Was this translation helpful? Give feedback.
-
Are you using Alchemy? Sometimes the latency of your RPC can be slowing things down. |
Beta Was this translation helpful? Give feedback.
@SeungKyuRyoo Ya, deploying to testnets takes some time, it is not because of your computational power, but for the time it takes to mine the transaction by nodes.