vechain / vechain-sdk-js

The official JavaScript SDK for VeChain.
19 stars 6 forks source link

Hardhat Plugin :: Implement impersonated signer #778

Open Valazan opened 3 months ago

Valazan commented 3 months ago

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 commented 1 month ago

I had a discussion with @Agilulfo1820. They don't need this feature at the moment (they are not using it at all). I'll put it into pause to focus on more prioritary tasks.