npm run setup
Set up your .env
file following the example found in .env.example
.
npx hardhat deploy --network <NETWORK_NAME> --tags 'etherspot-wallet-factory'
npx hardhat deploy --network <NETWORK_NAME> --tags 'etherspot-paymaster'
npx hardhat deploy --network <NETWORK_NAME> --tags 'required'
npx hardhat test
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.12;
import "@etherspot/prime-contracts/src/wallet/EtherspotWallet.sol";
// ...
MIT