EthPaymaster Contract
Phase 1: Basic Paymaster
- Support sign signature in the paymaster relay service and verify the signature on-chain (contract).
- Support ERC20 basic gas payment with no Oracle version(refine it later).
cd lib/account-abstraction
yarn
yarn hardhat compile
cd ../..
yarn
yarn hardhat compile
yarn hardhat test
yarn hardhat run scripts/deploy.ts --network ${our_network_name}