Skip to content

originalworks/account-abstraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of JSON input for standard TX request:

{
  "tx_id": "xyz123", // self-declared unique transaction identifier
  "requester_id": "payment-worker-321", // self-declared
  "calldata": "0x01",
  "to_address": "0xAA",
  "value_wei": 100,
  "chain_id": 1,
  "deadline_timestamp": "1772460383",
  "pass_value_from_operator_wallet": true,    // "true" -> tx value ("value_wei") covered from operator wallet balance
                                              // "false" -> tx value covered from sEOA balance
                                              // no effect if "value_wei" is zero
  "use_operator_wallet_id": "00000000-0000-0000-0000-000000000000" // optional, allows to choose specific Operator Wallet
}

About

Proof of concept repo for running 7702 with AA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors