vechain-sdk-js icon indicating copy to clipboard operation
vechain-sdk-js copied to clipboard

Hardhat Plugin :: Implement impersonated signer

Open Valazan opened this issue 10 months ago • 0 comments

Currently, the Hardhat impersonated signer, it's not implemented in our hardhat plugin.

Hardhat Network allows you to impersonate any address. This lets us send transactions from that account even if we don't have access to its private key.

An analysis must be done to understand how to implement this feature.

https://hardhat.org/hardhat-network/docs/guides/forking-other-networks

Valazan avatar Apr 04 '24 18:04 Valazan