Skip to content

Insomnia501/EthPaymaster_contract

 
 

Repository files navigation

EthPaymaster_contract

EthPaymaster Contract

Phase 1: Basic Paymaster

  1. Support sign signature in the paymaster relay service and verify the signature on-chain (contract).
  2. Support ERC20 basic gas payment with no Oracle version(refine it later).

Quick Start

1. SetUp account-abstract lib

cd lib/account-abstraction
yarn
yarn hardhat compile

2. init and compile contract

cd ../..
yarn
yarn hardhat compile

3. test

yarn hardhat test

4. deploy

yarn hardhat run scripts/deploy.ts --network ${our_network_name}

About

EthPaymaster Contract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.1%
  • Solidity 14.9%