Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 607 Bytes

File metadata and controls

16 lines (10 loc) · 607 Bytes

BOB Collective: Gas fee payment in WBTC (using ERC-4337)

In this example, we will show how WBTC can be used for gas fee payment using the ERC-4337 account abstraction standard on BOB. This enables users to use smart contract wallets and transact without the necessity to own ether.

Documentation can be found at https://docs.gobob.xyz/docs/build/how-to/bridged-btc-gas-fee/account-abstraction

Local development

Installing the project

  1. Install pnpm
  2. Run pnpm install

Starting the project

  1. Run pnpm run dev
  2. Open localhost:5173 in your browser