keep-core icon indicating copy to clipboard operation
keep-core copied to clipboard

Hardhat task for requesting new ECDSA wallets

Open lukasz-zimnoch opened this issue 3 years ago • 0 comments

Refs: #3041

Here we introduce a Hardhat task that allows requesting a new ECDSA wallet. This task should facilitate testing on local Ethereum networks. In order to run it, move to the solidity/ecdsa directory and do:

npx hardhat request-new-wallet --wallet-owner-address <owner> --network <network-name>

where owner is the wallet owner's address that can be set using the initialize-wallet-owner Hardhat task.

lukasz-zimnoch avatar Aug 18 '22 12:08 lukasz-zimnoch