Local forks
Blocktorch supports local Hardhat forks either from your machine or you can choose to use a managed hardhat solution from blocktorch. Once the fork is added to your blocktorch project, we start indexing the data.
All features of blocktorch can be fully leveraged for your specific fork. You can also enable other developers from your team or for example security auditors you work together with to access your local fork data to make use of all features like step-debugging, monitoring and searching.
The data like logs from your local fork persists in your blocktorch project, even if you let your hardhat instance die. You can leverage this data as you develop and test your smart contracts.

Adding your local fork to blocktorch
Step 1: Navigate to "Nodes" >> "Hardhat forks"

Step 2: Click "Add RPC"

Step 3: Add your fork by choosing "Hardhat Fork" if you run Hardhat yourself for example locally on your machine or "Managed Hardhat Fork" if you want to make use of our service to spin the Hardhat fork in the cloud for you.
Setup Hardhat forkSetup managed Hardhat ForkLast updated